rnmapbox / maps

A Mapbox react native module for creating custom maps
MIT License
2.28k stars 848 forks source link

[Bug]: onMapIdle never called #3701

Closed puopg closed 2 days ago

puopg commented 2 days ago

Mapbox Implementation

Mapbox

Mapbox Version

11.8.0

React Native Version

0.74.5

Platform

iOS

@rnmapbox/maps version

^10.1.33

Standalone component to reproduce

<MapView onMapIdle={() => { console.log("onMapIdleCalled"); }}>
  <Viewport />
  <Camera />
</ MapView>

Observed behavior and steps to reproduce

onMapIdle never seems to be called?

Expected behavior

No response

Notes / preliminary analysis

No response

Additional links and references

No response

github-actions[bot] commented 2 days ago

No code example found in issue body - More info