Skip to content

Latest commit

 

History

History

Example

Running the example

  • clone the repository
  • yarn install at main directory
  • cd Example/
  • yarn install again

Running on iOS

  • cd ios && pod install && cd .. - to install pods
  • react-native run-ios - to run the app

Running on Android

Note: Android compiles fairly long due to native dependencies. To shorten consecutive builds, load the project into android studio and run it from there. Same applies to iOS so you can use XCode for running the example.

Important: You will need to have an Android or iOS device or emulator connected as well as react-native-cli package installed globally.