Learn React Native (Expo CLI) by easy-to-difficult 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
).
Using Expo Client App (Expo Go) and scan this QR code:
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