nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

pitch does not work on Mapview Component #1680

Closed Ich-bin-naoya closed 4 years ago

Ich-bin-naoya commented 4 years ago

Pitch is not workig on Mapview Component!

I don't know why

code is below


<MapboxGL.MapView
            style={styles.map}
            animated={true}
            textureMode={true}
            styleURL="URL"
            pitch={70}

          >

          </MapboxGL.MapView>

Do I need to add something before atttaching a pitch option onto Mapview Component?

RN version is 0.61.5 mapbox version is "@react-native-mapbox-gl/maps": "^8.0.0-rc1",