-
-
Notifications
You must be signed in to change notification settings - Fork 850
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
[Bug]: NullPointerException com.rnmapbox.rnmbx.utils.ViewTagResolver #3343
Comments
See #3243, can't really do much with it without a way to reproduce the issue |
@mfazekas We started seeing this issue a lot in production after upgrading Expo 48 -> 49 and |
We're experiencing the same issue. While it's very hard to reproduce- it seems like this issue is related. |
Google play console testing shows it on a Motorola api 30. All of my devices on api34 do not have this issue and this is on a Rn74 app. Seems to happen immediately on launch of the map. The error was caught in google's automated testing pipeline. For context, my app launches with the map almost immediately after requesting for tileserver urls and related data. My app does not include expo. So pretty sure it's unrelated to expo, but could be related to react-native version and how modules are initialized.
|
Hello, Maybe this trace can help too:
Any clue ? |
We're getting it on Expo 51, RN 0.74.5, "@rnmapbox/maps": "^10.1.31", RNMapboxMapsVersion: "11.6.0",
And the parent error catcher:
|
Mapbox Implementation
Mapbox
Mapbox Version
11.0.0
Platform
Android
@rnmapbox/maps
version10.1.5
expo version
50.0.3
Standalone component to reproduce
Observed behavior and steps to reproduce
Only when deployed, the app sometimes crashes on android with this:
Expected behavior
Not crash
Notes / preliminary analysis
Really not sure, after the app crashed and reopening it works again
Additional links and references
No response
The text was updated successfully, but these errors were encountered: