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

After installation of react-native-v8 it is stopped building the project. I'm getting build errors with **react-native run-android** command on reanimated package. > Task :react-native-reanimated:compileDebugJavaWithJavac FAILED aapt2 W 01-19 18:30:36 1210291...

I have a hard time figuring out what exactly I have missing ``` Error: Command failed: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build completed with 2 failures. 1: Task failed with an...

Updating from react-native v0.66.4 --> 0.66.5 results in a runtime v8 crash in our app, with `[email protected]`. As a solution I have tried updating react-native-v8 to v1.5.2 (we were using...

Hello, I have found that android refuses to start on **react-native v0.73.5** / **react-native-v8 v2.3.0** with `newArchEnabled=true`. Everything works just fine when `newArchEnabled=false`. **EDIT**: Confirmed that the issue also exists...

Hey! I've followed the upgrade instructions of an expo app that was on 50.0.14 -> 51.0.14 and with it react-native-v8 went from 2.2.2 -> 2.3.0. When I try compiling my...

Great package! I would like to request V8Runtime::createArrayBuffer to return a jsi::ArrayBuffer. It seems like a quite important feature. https://github.com/Kudo/react-native-v8/blob/ad46dfd8aeaed5f181553c6d24ae82a0826774a1/src/v8runtime/V8Runtime.cpp#L1260 Thanks.