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
npm
but it fails.
Execute the following script
#!bash
git clone [email protected]:efcsydney/efcsydney-app.git;
cd efcsydney-app;
yarn
- Run the app
react-native run-ios
orreact-native run-android
- Sometimes you have to run from XCode or Android Studio.