I have generated a style on https://mapstyle.withgoogle.com, which gives me a JSON.
I followed the information here: https://github.com/airbnb/react-native-maps
For some reason, the styling does not work.
I have generated a style on https://mapstyle.withgoogle.com, which gives me a JSON.
I followed the information here: https://github.com/airbnb/react-native-maps
For some reason, the styling does not work.
On IOS, by default, it is not google maps what opens.
Solution:
you need to add the following property to MapView:
provider = { MapView.PROVIDER_GOOGLE }
On Android, it should work right away.
Here is a working example: