@bghgary We’ve been trying to compare the performance between JavaScriptCore, Hermes and V8 JIT with React Native 0.65 + Babylon React Native. It was easy enough comparing JSC and Hermes (results: although Hermes is now recommended for newer versions of React Native, we found it 5x slower for performance intensive tasks than JSC), but so far we’ve been unable to get V8 JIT working. It promises better performance but we haven’t been able to test it yet. There’s this closed issue Is V8 supported? · Issue #168 · BabylonJS/BabylonReactNative · GitHub indicating a possible incompatibility/conflict with react-native-v8 but I’m unsure how best to proceed with this.
Anyone had any success with V8 JIT?