Will reanimated 2 have v8 support? #1897
Replies: 11 comments 7 replies
-
There's another discussion about v8 here: #1913 |
Beta Was this translation helpful? Give feedback.
-
Krzysztof's cooking something up in #1960 🔥 |
Beta Was this translation helpful? Give feedback.
-
Bump. react-native-v8 is now compatible with reanimated v2 (I tested it myself with the help of @Kudo). Can we please get official support from reanimated as soon as possible? Thank you! |
Beta Was this translation helpful? Give feedback.
-
Bump. Is there a v8 cut in the works? |
Beta Was this translation helpful? Give feedback.
-
For those waiting on official support, you can run
to get a version of reanimated that's compatible with v8. I've been using it and it works beautifully. The only issue is that it doesn't work with other libraries with native dependencies on reanimated, for example react-native-vision-camera by @mrousavy. That's because it depends on a properly configured / named reanimated AAR for v8. I do hope reanimated can officially support v8 soon though, since all the pieces are there. The work has in fact already been done by @Kudo here; it's mostly modifying some build scripts. Would make a big difference for v8 users, thanks! |
Beta Was this translation helpful? Give feedback.
-
Are there any plans to integrate @Kudo's work regarding v8 support to reanimated repo? |
Beta Was this translation helpful? Give feedback.
-
Bump! AFAIK v8 outperforms JSC (which is outdated anyways) on almost all major benchmarks on Android. JIT v8 + reanimated v2 seems like a formula for great UXs. |
Beta Was this translation helpful? Give feedback.
-
Sorry to bother, but do you guys have any plans to officially support react-native-v8? All of the foundations are there—all you have to do is take the last two commits here and port them over into this codebase. It would mean a lot to v8 users, which are plenty on Android. 🙏 |
Beta Was this translation helpful? Give feedback.
-
finally to get the integration working. open a pr at #3132. this requires |
Beta Was this translation helpful? Give feedback.
-
Just wondering if you plan to support the v8 engine? AFAIK it's gaining popularity due to outperforming Hermes on Android.
Beta Was this translation helpful? Give feedback.
All reactions