RNGPDemos
Sample App for [react-native-google-places BETA](https://github.com/tolu360/react-native-google)
Install / Use
/learn @tolu360/RNGPDemosREADME
Sample App for react-native-google-places BETA
Go to the README
Running Sample
- Install NPM modules:
yarn
- Install iOS CocoaPod dependencies, run the following from the
/iosdirectory:
pod install
- 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_profilefile or similar files. - For iOS, run the following from the
/iosdirectory:
bundle exec pod keys set "rNGP_IOS_API_KEY" "Insert_API_KEY_here"
- Run
pod installagain, run the following from the/iosdirectory:
pod install
