I\'m trying to enable users to use maps offline in my react native App, I\'m using react-native-maps
I want to provide the offline mode just for a predefined area (l
At this time the only offline react-native module that supports offline mapping is react-native-mapbox-gl.
This might give you some support.
As Google Maps SDK does not have this implemented, the only offline possibility is to use custom tiles.