Before installation, you need to have the following tools ready in your machine.
Follow the steps in React Native Getting Started tutorial.
- Node.js - Tested only on 6.10.3
- yarn - Tried with
npmbut it fails.
Execute the following script
#!bash
git clone git@bitbucket.org:efcsydney/efcsydney-app.git;
cd efcsydney-app;
yarn
- Run the app
react-native run-iosorreact-native run-android- Sometimes you have to run from XCode or Android Studio.