The current apk can be found here
-
Install React Native as described at https://facebook.github.io/react-native/docs/getting-started.html
-
Clone this repository
-
Run
npm install
, all required components will be installed automatically- Run
pod install
fromreact-native-sample-app/ios
folder - Start XCode and open generated
SampleApp.xcworkspace
no steps required
- Run
-
Run your project from XCode (
Cmd+R
) for iOS, or usereact-native run-android
to run your project on Android.