e.g.
- [Prerequisites]
- [Getting started]
- Node > v4.0 [https://nodejs.org/]
- XCode v7 [https://developer.apple.com/xcode/download/]
- Android SDK v23
brew install android-sdk
- react-native-cli
-
You will need to set up a Bitbucket login
-
Clone the repo: 'git clone git@bitbucket.org:theappbusiness/bench-react-native.git'
-
Install React Native CLI:
sudo npm install -g react-native-cli
-
Install dependencies:
npm install
react-native run-ios
- Add ANDROID_HOME to your path:
export ANDROID_HOME=/usr/local/opt/android-sdk
- Run Android emulator manually
react-native run-android