- Install iOS CocoaPod dependencies, run the following from the
/ios
directory:
- Define a system variable representing your Android API key e.g. on a Unix/Mac terminal run:
export RNGP_ANDROID_API_KEY=Insert_API_KEY_here
- You may need to export this system/environment variable before every build or add them to your
~/.bash_profile
file or similar files.
- For iOS, run the following from the
/ios
directory:
bundle exec pod keys set "rNGP_IOS_API_KEY" "Insert_API_KEY_here"
- Run
pod install
again, run the following from the /ios
directory: