Custom Map Style for Expo MapView

Hi there,

Would anyone know how to put a custom map styling on the MapView with expo? I used a prop called customMapStyle and entered in a JSON of styles made from one of those third party sites. However no special styling appears when I run it in expo.

1 Like

Nevermind, I got it. I had to switch the map provider using Components.MapView.PROVIDER_GOOGLE

1 Like

@tscans Could you elaborate? I am new to Expo and need assistance on doing the same.

Ended up finding an example: https://snack.expo.io/SkREyuPse

2 Likes

custom map style not working in android?