This is occuring when running a web instance of a react-native/expo app.
I created a brand new react-native/expo app. I then pasted the "FlyTo" example code into index.tsx. The app starts fine, and the map is fully interactive. However, pressing the buttons to fly to a new location has no effect whatsoever.
Expected behavior
I expect the map to animate a change of view when any of the buttons are pressed in the "FlyTo" example.
Notes / preliminary analysis
I originally was having this issue in a more developed app (not an example). After fiddling with it for a long time, I decided to see if one of the examples was even working. It is not.
Mapbox Implementation
Maplibre
Mapbox Version
11.4.0
React Native Version
0.76.1
Platform
Android
@rnmapbox/maps
version10.1.33
Standalone component to reproduce
Observed behavior and steps to reproduce
This is occuring when running a web instance of a react-native/expo app.
I created a brand new react-native/expo app. I then pasted the "FlyTo" example code into index.tsx. The app starts fine, and the map is fully interactive. However, pressing the buttons to fly to a new location has no effect whatsoever.
Expected behavior
I expect the map to animate a change of view when any of the buttons are pressed in the "FlyTo" example.
Notes / preliminary analysis
I originally was having this issue in a more developed app (not an example). After fiddling with it for a long time, I decided to see if one of the examples was even working. It is not.
Additional links and references
No response