Ammar
Ammar
@seanzhang-stripe here's the crash stacktrace from android studio: ``` 2024-02-17 11:35:55.861 7815-7815 unknown:ReactModalHost com.app.my E Updating existing dialog with context: com.app.my.MainActivity@e85f00e@243658766 2024-02-17 11:35:55.864 7815-7815 ScrollView com.app.my D initGoToTop 2024-02-17 11:35:55.882...
Also running into this, only happens when I have around 60+ markers on the map.
@mattproch @scottaglia If you could patch your react-native-maps code with the changes proposed in my [PR](https://github.com/react-native-maps/react-native-maps/pull/5511) and let us know whether the changes helped that would great. Thanks.
Thanks for testing @mattproch I don't use clustering so I assume the crashing aspect has nothing to do with that. And I guess the fact that its not crashing anymore...
> [@ammar-madni](https://github.com/ammar-madni) crash is still happening but error changed. The app crashes when the screen that contains the map is unmounted > > ``` > 05-21 18:44:58.822 15202 15202 E...
@salah-ghanim I updated to the latest version (1.24.1) just now and it seems I no longer need the fix.
> [@salah-ghanim](https://github.com/salah-ghanim) I updated to the latest version (1.24.1) just now and it seems I no longer need the fix. Spoke too soon still crashes without the fixes.
@salah-ghanim Sure, I did find that the previous fix had some side affects like mixing up the markers so pressing one navigated to another. For the time being I've found...
@salah-ghanim Heres a repro, the data needs to be loaded from the cache. https://github.com/ammar-madni/repro-index-out-of-bounds
> [@ammar-madni](https://github.com/ammar-madni) the map already delayes display of Markers until map is ready > > https://github.com/react-native-maps/react-native-maps/blob/master/src/MapView.tsx > > so it doesn't make too much sense to me @salah-ghanim Any movement...