APK

The current apk can be found here

Getting started

  1. Install React Native as described at https://facebook.github.io/react-native/docs/getting-started.html

  2. Clone this repository

  3. Run npm install , all required components will be installed automatically

    iOS

    1. Run pod install from react-native-sample-app/ios folder
    2. Start XCode and open generated SampleApp.xcworkspace

    Android

    no steps required

  4. Run your project from XCode (Cmd+R) for iOS, or use react-native run-android to run your project on Android.

Useful links