nitaliano / react-native-mapbox-gl

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

contentInset not working properly in iOS #1698

Open SalihZinaty opened 3 years ago

SalihZinaty commented 3 years ago

when initiating the mapView with contentInset={[400,0,0,0]}, on android it works perfectly fine. one iOS, the value of contentInset back to undefined and the map jump to the old center and then back to the initial value

how can we fix it?