This project uses Google Maps Places API and places them around the user in a 3D space.
git clone https://github.com/ViroCommunity/geoar.git
cd geoar
npm install
npx pod-install
(iOS)npx react-native run-android
ornpx react-native run-ios
This demo requires a Google Maps Places API key, you can get one from Google Cloud Platform, even it's a paid API Google offers $200 USD off.
After getting a key, set it on the MAPS_API_KEY
constant on App.js line 25.