It's possible to use by default V8 instead of JavascriptCore when the app is not in debug mode?
I found some issues in JavascriptCore and not in V8 and is annoying switching 😓
Thanks.
react-native-v8 depends on a V8 shared library built from v8-android-buildscripts. v8-android-jit is the recommended V8 variant. This is a full featured V8 with both JIT and Intl. We provide other V8 variants to fulfill your needs.
React Native uses JavaScriptCore (JavaScript engine in Safari) on Android/ iOS simulators and devices.
It is based on chromium. IOS WKWebview — An object that displays interactive web content, such as for an in-app browser. It was introduced in IOS 8 and is the new standard WebView (it is the default for IOS when using react-native-webview).
You could do it by implementing the JSCExecutor using V8 API.
Also, you may consider Chakra as an option. https://github.com/Microsoft/react-native-windows has it integrated.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With