-
Notifications
You must be signed in to change notification settings - Fork 69
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 on start #49
Comments
For RN 0.62.2, please use react-native-v8 |
Hello thx it works. I want to ask you what exact improvement we can expect with V8 ? To be honest I hate my life when I need to deal with Android performances in react native. Will V8 be able to speed up JS execution? |
From my previous benchmark, V8 will not help a lot compared to Hermes or JavaScriptCore, except you use the v8-android-jit version. Please always do profiling and find the bottleneck first. |
Hi, I also have the same issue,
I have made all the required changes in build.gradle and app/build.gradle |
@gauravsbagul For [email protected], please use react-native-v8@ |
Thanks, it worked at first, but when I switched to debug mode I got this error on the console
and got a crash |
@gauravsbagul In current react-native design, if you enable remote debugging, the JS engine is proxied to and running inside Chrome browser. |
Yes, resolved, Thank you |
"dependencies": {
}, App crash on start. |
@Farmscraft What's the version of v8-android? You could check the version at yarn.lock. |
if i use v8-android then its working fine and if i want to use v8-android-jit then it crash when app start after bundle load |
Resolved |
Hello .. I am trying all day to setup v8 but no luck. I see in logcat this error:
No implementation found for com.facebook.react.bridge.Inspector com.facebook.react.bridge.Inspector.instance() (tried Java_com_facebook_react_bridge_Inspector_instance and Java_com_facebook_react_bridge_Inspector_instance__)
E/unknown:ReactNative: Inspector doesn't work in open source yet
java.lang.UnsatisfiedLinkError: No implementation found for com.facebook.react.bridge.Inspector com.facebook.react.bridge.Inspector.instance() (tried Java_com_facebook_react_bridge_Inspector_instance and Java_com_facebook_react_bridge_Inspector_instance__)
at com.facebook.react.bridge.Inspector.instance(Native Method)
Not sure what I am doing wrong to be honest but quite stuck with this . Any help please...
My react native is 0.62.2 and v8 "react-native-v8": "^0.60.0-patch.2",
The text was updated successfully, but these errors were encountered: