-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Crash for Many Users #1727
Comments
|
We couldn't reproduce in locally. We got more than 10k crashes in Firebase Crashlytics @kiryldz |
we're using rnmapbox which uses mapbox-maps-android under the hood and are also finding very frequent crashes in production. unfortunately the repro is inconsistent and seems to be some sort of race condition. it seems related to dynamic layers:
|
@kiryldz Exactly, it happens when the style is switching. However, we use rnmapbox, so there is no way to provide a good example |
@orca-nazar @wen-kai I assume you should then transfer this to rnmapbox repo... |
@kiryldz the iconImage issue we have in @rnmapbox repo - rnmapbox/maps#2289 - was closed as no code to repro was posted there |
Thanks for the responses @kiryldz @mfazekas. After diving deeper into what the source/layer causes the issues on our app, I found a way to reproduce in rnmabox test app. Created a ticket with included all steps rnmapbox/maps#3152 |
Closing this one then. |
Crashes Only in Release APK with MinifyEnabled:true
Here is code added in App
The text was updated successfully, but these errors were encountered: