Skip to content

efcsydney/efcsydney-app

Repository files navigation

README

Getting Started

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 git@bitbucket.org:efcsydney/efcsydney-app.git;
cd efcsydney-app;
yarn 
  • Run the app
    • react-native run-ios or react-native run-android
    • Sometimes you have to run from XCode or Android Studio.