- clone the repository
cd Example/
yarn install
cd ios && pod install && cd ..
- to install podsreact-native run-ios
- to run the app
- install NDK in version 21.3.6528147 or higher
react-native run-android
- to run the app
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.