Search code examples
react-nativemapsreact-native-maps

Is embedding Google My Maps possible in react-native-maps?


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?


Solution

  • 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.