You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, V8 seems not have this in public API and there are no ways to get the runtime information (e.g. JIT mode) through a programmatically way.
You could, however, to check the MD5 of libv8android.so.
For jsc-android, if you want to remove this, please also remove the implementation jscFlavor in /path/to/RNProject/android/app/build.gradle.
Otherwise, gradle cannot find the jsc-android accordingly.
I used
v8-android-jit-nointl
But, How can I check that "My app running onJIT
version of v8?"My
android\build.gradle
Also is it safe to remove ?
Thanks from your hard work ❤
The text was updated successfully, but these errors were encountered: