I see there layers in documentation. https://github.com/react-native-mapbox-gl/maps#layers But I can't understand how I can change color of buildings and roads. And how to change text in labels. And fontsize. Please help. My task is to do contrast white-black map.
Asked
Active
Viewed 2,076 times
1 Answers
5
you can design your map at https://studio.mapbox.com/. When you publish a map, you will get a style url
Then you can add to style url to your map like this:
<MapboxGL.MapView
styleURL="mapbox://styles/tijsmartens/ckjr7xuda2j0k19pjmx8hczud"
/>

Tijs Martens
- 266
- 2
- 10
-
1Yes, then I found it and did exactly as you told) Thanks! – Veranika Perovskaya Jan 26 '21 at 11:22