In the documentation, I noticed that the provider
prop of MapView
component only takes google
or null
. But I want to put this custom-made map instead of the normal google maps.
Is it possible?
No, it is not possible to embed Google My Maps in react-native-maps. Google My Maps is a web-based application, and react-native-maps is a native library for iOS and Android. This means that Google My Maps cannot be embedded in a react-native app.