AirGoogleMaps
See original GitHub issueThe IOS app needs an update to link the AirGoogleMaps library which was introduced in the latest version of react-native-maps, this way <MapView provider='google' />
can be used to view Google Maps on IOS. At the moment, when using provider='google'
in Exponent the app crashes.
Instructions are available here.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:8
- Comments:12 (5 by maintainers)
Top Results From Across the Web
react-native-maps: AirGoogleMaps dir must be added to your ...
I'm trying to use google maps on iOS and I get this error: react-native-maps: AirGoogleMaps dir must be added to your xCode project...
Read more >eact-native-maps: AirGoogleMaps dir must be added to your ...
I have installed react-native-maps on macOS with option3, it build ok but it have a error when running: console.error: "react-native-maps: ...
Read more >Using Google Maps as Provider in IOS with React Native
Navigate to node_modules/react-native-maps/lib/ios and find the folder AirGoogleMaps . Move the folder under your <ProjectName>. Choose the ...
Read more >react-native-maps: AirGoogleMaps dir must be added to your ...
I'm trying to use google maps on iOS and I get this error: react-native-maps: AirGoogleMaps dir must be added to your xCode project...
Read more >Ios – react-native-maps: AirGoogleMaps dir must be added to ...
I'm trying to use google maps on iOS and I get this error: react-native-maps: AirGoogleMaps dir must be added to your xCode project...
Read more >Top Related Medium Post
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Support for AirGoogleMaps was included in today’s iOS release, v1.13.1. This will work in SDK 14 projects, there is no new SDK version.
When developing in the Exponent app, this should just work if you add
provider="google"
to your map components. For standalone apps, exp.json now supports ios.config.googleMapsApiKey to provide your own key.Furthermore, it recently came to my attention that Apple’s MapKit has a bunch of nasty memory leaks. So I definitely recommend switching over to Google Maps.
same thought with @sonaye. i also want exponent to add google maps.