I have implemented maps in my react native project but in iOS case, its been observed that Apple map is visible, but I need a google map in place of apple map. I have gone through this link.
Can anyone help me with an accurate answer?
see at GitHubPage of react-native-maps :
import MapView, { PROVIDER_GOOGLE } from 'react-native-maps'
// ...
<MapView
provider={PROVIDER_GOOGLE}
customMapStyle={MapStyle}
>
Then add the AirGoogleMaps directory:
An unofficial step-by-step guide is also available at https://gist.github.com/heron2014/e60fa003e9b117ce80d56bb1d5bfe9e0