Open fnusneha opened 6 years ago
is this only happening with a RasterLayer
?
We are seeing this and our phone is locked to portrait. Any ideas?
Can you try defining the map view style as:
position: 'absolute',
top: 0,
bottom: 0,
left: 0,
right: 0,
and see if you can reproduce?
I'm using mapbox/react-native-mapbox-gl 6.0.3 in a react native page. On multiple orientation changes, the app crashes with a SIGSEGV. This happens intermittently, and not on every orientation change.
This is the way I'm using the map in my component's render():
This is a sample seg fault I'm getting: