Learn React Native (Expo SDK 47) by easy-to-difficult examples.
For more advance examples, see React Native TypeScript examples
-
Setting up the development environment: https://reactnative.dev/docs/environment-setup.
-
Install dependencies:
yarn install
(ornpm install
). -
Run on Android:
yarn android
(ornpm run android
). -
Run on iOS:
yarn ios
(ornpm run ios
). -
Run on both Android & iOS:
yarn mobile
(ornpm run mobile
). -
Run server:
yarn start
. Then use app Expo Go on your mobile and scan QR code on the terminal.
Scan the following QR code with an Android device to open it in Expo Go or a development build.
Scan the following QR code with an iOS device to open it in Expo Go or a development build.
Learn how to use: StyleSheet, Text, View, SafeAreaView
Learn how to use: StatusBar, Expo Icons, Image, TextInput, TouchableOpacity
Learn how to use: Transform, Platform, Dimension, Switch, TouchableHighlight, React Hook useState
Learn how to use: KeyboardAwareScrollView, Formik, Yup, Alert, Separate Style, Separate Components
Learn how to use: ScrollView, FlatList
Learn how to use: Animations, React Hook useRef
Learn how to use: React Native Animatable, Expo Barcode Scanner
Learn how to use: Timer, React Memo, useCallback
Learn how to use: Slider, Modal
Learn how to use: Expo AV, React Native Modal, React Hook useEffect,
Learn how to use: Connect JSON API, ActivityIndicator, Linking, Lodash
Learn how to use: React Native Elements, React Navigation, React Native Progress, React Hook useEffect with Cleanup
Last but not least: If you have time, let's try my React Native Game on Goole Play Store: Master Mind X