react-native-v8 icon indicating copy to clipboard operation
react-native-v8 copied to clipboard

Opt-in V8 runtime for React Native Android

Results 46 react-native-v8 issues
Sort by recently updated
recently updated
newest added

Hi, we rolled out our RN app using v8 and seeing some crashes like the following. Unfortunately, Crashlytics doesn't give us more information so I wanted to ask if anyone...

Hi, I read the following line in the README: > Currently JIT is disabled except on arm64-v8a. I have a few questions about this. Isn't JIT supposed to improve performance...

How can I support iOS, our app is an enterprise app, no need to go to the app store.

We recently integrated react-native-v8 engine in our android app and we were able to reduce memory consumption. But, we found out lagging when app returns back to react native part...

Still trying to upgrading to Expo `46`, RN `0.69` and react-native-v8 `1.5.0` I got the "2 files found with path" error on the project build using EAS. It seems to...

We have a large project using a lot of JSI C++ code. We've previously used Hermes and it all worked fine. To make interoperability between our node code and react...

On branch [0.69-v8](https://github.com/Sunbreak/react-native/tree/0.69-v8) of https://github.com/Sunbreak/react-native, when bundleReleaseAar ``` $ ./gradlew :ReactAndroid:bundleReleaseAar ReactCommon/jsi/v8runtime/V8Runtime.cpp:582:25: error: unused variable 'v8PointerValue' [-Werror,-Wunused-variable] const V8PointerValue *v8PointerValue = ^ 1 error generated. ```

Hi, We are getting this crash on startup ``` *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** backtrace: #00 pc 0x0000000000b85bc6 /data/app/~~_vL9MzC1E1VpVZnFOnCKBQ==/com.application.reactnativeapp-91xWK_46Wi5q6FgqFZWZlw==/split_config.armeabi_v7a.apk!libv8android.so...

Fixes https://github.com/Kudo/react-native-v8/issues/193 I don't understand why `runtimeExecutor` is null here so this is quite a simplistic fix. If I have some more time I can investigate further, but for the...