This project uses Google Maps Places API and places them around the user in a 3D space.
git clone https://github.com/ViroCommunity/geoar.gitcd geoarnpm installnpx pod-install(iOS)npx react-native run-androidornpx 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.