Before starting with React Native development you need some tools to set up your environment. React Native iOS is not supported for windows, but android is. Visit React Native getting started
- Clone this repo
cdinto the directory- Run
npm install - Run
react-native link
cdinto the project directory- Running the application
- Running iOS:
react-native run-ios - Running android:
react-native run-android
- Running on device? Visit: React Native running on device
- When having build error when builing on android device:
cd android/ && ./gradlew cleanThen build again