I cloned the repo and went into the demo folder and installed the node dependencies. I am able to successfully run both the android and iOS builds (npm run start-android-bundle and npm run start-ios-bundle) but when I try to click on any of the buttons nothing happens. Are there any additional steps I need to take to get this working? Like adding a google API key?
I cloned the repo and went into the demo folder and installed the node dependencies. I am able to successfully run both the android and iOS builds (
npm run start-android-bundle
andnpm run start-ios-bundle
) but when I try to click on any of the buttons nothing happens. Are there any additional steps I need to take to get this working? Like adding a google API key?