-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Updating react-native-maps > 0.8.2 crashes Android #874
Comments
try |
@gilbox I've tried |
@kevinnguy check your |
This is the log I get back from
Seems like it's complaining here:
Thanks for the suggestion @gilbox ! |
I guess I'm having the same issue as #818 |
Hmm yeah donno about that particular error. This is the combo I use in genymotion:
|
I'm running this on a Nexus 5 device. |
This fixed my issue #831 (comment) |
When I update
react-native-maps
to0.9.0
and higher, my Android app crashes at app startup and it doesn't show an error screen. I've been having a difficult time trying to debug why my app on Android is crashing.I've tested all versions
0.9.0
and higher and0.8.2
was the version that didn't crash for me.My
package.json
:Any suggestions to debugging Android would be appreciated! Thanks!
The text was updated successfully, but these errors were encountered: