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

I've got a large app that's been performing badly on Hermes so I decided to give JSC or v8 a try. JSC won't run due to missing BigInt support. V8...

bug

Hi, I have created a new React Native project using React Native version 0.72.4, and I'm using react-native-v8 version 2.2.2 along with v8-android-jit version 11.1000.4 as dependencies. However, I'm encountering...

Hey Kudo, I have been doing some testing to check v8 JSI performance compared to Hermes/JSC and I have found out that it's 4-6 times slower than Hermes/JSC. The issue...

bug

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

try to fix dead locks and performance improvement

Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@​joaomoreno, @​lukekarrys) Changelog Sourced from semver's...

dependencies

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...

dependencies

Good day, I'm trying to replace JSC to V8. But got the build error when doing "Rebuild Project". Could someone give any ideas? Much thanks. Here are my package.json and...

Hi @Kudo, I've found some issue on RNV8, it is very likely that there is a performance issue on the native bridge. I've write a demo project [here](https://github.com/jhen0409/rnv8-issue-179), basically it...

bug

We have recently started exploring v8 engine over hermes and we get a constant crash for low end devices on app launch. Specifically, Android API 22 FireTV gen 2 devices....