-
Notifications
You must be signed in to change notification settings - Fork 73
Upgrading to 0.59.10-patch.3 crashes app #30
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
Comments
I am sorry to introduce breaking change, please try to upgrade react-native-v8 as well. Breaking Changes Since V8 did change their embedder API interface, original react-native-v8 will access to non existing symbol and crash. v0.59.10-patch.3 |
I am also facing the same issue, with v8-android 7.8.0, the app is crashing on startup but with 7.5.1 is working fine. All the other dependencies remain the same. |
Please let me know if the new react-native-v8 version did fix the crash issue for you. Thanks. |
make sure: "react-native-v8": "0.59.10-patch.2", => "[email protected]", crash bacause: react-native-v8 |
@Kudo , I can confirm it is working with v0.60.6-patch.1 Thanks |
@bhaskarGyan Thanks for your confirmation. Sorry to all that I was introducing yet another breaking change for #29
|
I am going to close this issue. |
I wish I got better errors as to why it's crashing. It just says "[app] has stopped".
It was working fine with patch 0 but now I can't go back to that. I think it has something to do with
v8-android upgrading to 7.8.0?
The text was updated successfully, but these errors were encountered: