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

Execution failed for task ':react-native-v8:configureCMakeRelWithDebInfo[arm64-v8a]'. > [CXX1405] error when building with cmake using C:\project\node_modules\react-native-v8\android\CMakeLists.txt: Build command failed. Error while executing process C:\Program Files\CMake\bin\cmake.exe with arguments {-HC:\project\node_modules\react-native-v8\android -DCMAKE_SYSTEM_NAME=Android -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_SYSTEM_VERSION=21 -DANDROID_PLATFORM=android-21...

I worked on table https://retyui.github.io/react-native-compat-table/ to compare JS features/engines And found out, that some of them not available: - `Promise.any` // TypeError: Promise.any is not a function - `Promise.allSettled` //...

I'm getting a cmake error when building the react-native application with react-native-v8 version 1.4.0 FAILURE: Build failed with an exception. ``` * What went wrong: Execution failed for task ':react-native-v8:generateJsonModelDebug'....

bug

I plan to remove the `@babel/plugin-transform-regenerator` to implement a simplified package content. After removing it, RN will use the native v8 Promise, but this Promise will not trigger when communicating...

I am using "react-native-reanimated": "github:Kudo/react-native-reanimated#support-v8" and RN 0.68.0 without Fabric I would get this weird error: Error: While trying to resolve module `react-native-reanimated` from file `/Users/glendonphilippbaculio/Desktop/marketplace-app/index.android.js`, the package `/Users/glendonphilippbaculio/Desktop/marketplace-app/node_modules/react-native-reanimated/package.json` was...

is this lib support react native reanimated 2 which is required to use hermes in their documentation?

This is an umbrella task issue for iOS support. In theory, most of works could be shared from current Android version as V8 supports iOS and JSI runtime implementation is...

enhancement

Hi there, thanks for this great package, I tried to test reanimated with V8 but it crushes the app while opening: ``` FATAL EXCEPTION: create_react_context java.lang.UnsatisfiedLinkError: dlopen failed: library "libjsc.so"...

Hallo, I just implement v8 into our project and all works fine except storage library we are using [react-native-mmkv-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) Our project shows us this issue: `[TypeError: action.apply is not a...

I have project where i use polkadot js and using it with hermes causes performace issues for user. I tried to use v8 and polkadot js, but for some reason...