react-native codebase repo for Sample for both iOS and Android mobile app.
- Install the react-native-cli - instructions on the React Native website
- Install cocoapods
- Make sure you've installed xcode and opened it to accept terms etc
- Install js dependencies:
yarn install - Install native dependencies:
cd ios && pod install - Start the js bundler:
react-native start - Run the project:
react-native run-ios
- Install the react-native-cli - instructions on the React Native website
- Make sure you've installed Android Studio, have the jdk etc. You'll likely need to create at least one emulator using the Virtual Device Manager (or have a real device connected)
- Install js dependencies:
yarn install - Start the js bundler:
react-native start - Run the project:
react-native run-android