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, @Kudo! First of all, thank you for your hard and useful work. I was wondering if there is a way to make your V8 fork of RN generate and...

Hey, when using default react-native and adding the intl in the jscFlavor, the Intl.RelativeTimeFormat isn't available yet (is undefined). I have found this lib, and I want to know if...

i hope that version 0.63.4-patch.1 can support v8-android* version 9.93.0 thx

Hello .. I am trying all day to setup v8 but no luck. I see in logcat this error: No implementation found for com.facebook.react.bridge.Inspector com.facebook.react.bridge.Inspector.instance() (tried Java_com_facebook_react_bridge_Inspector_instance and Java_com_facebook_react_bridge_Inspector_instance__) E/unknown:ReactNative:...

Hi ! Since upgrading to 0.61.2 (and now I'm using 0.61.4), installing an update with codepush crashes the app. This only happens when using V8 (tried Hermes and JSC, no...

I used `v8-android-jit-nointl` But, How can I check that "My app running on `JIT` version of v8?" ```ts console.log(global._v8runtime().version); // 8.8.278.15 ``` My `android\build.gradle` ``` allprojects { repositories { mavenLocal()...

Is it possible to use react-native-v8? "react": "16.8.1", "react-native": "0.57.8" What kind of patches should be installed? Many thanks Rene

Hello @Kudo My app was about 12 MB (ARM V7) when using the intl version but after switching to no intl version it is now 10 MB (ARM V7) but...

We've been seeing memory leaks from the mBlobs HashMap in BlobModule.java for some time (with JavaScriptCore). This is one of the tickets for this: facebook/react-native#20352 We were expecting this to...