-
Notifications
You must be signed in to change notification settings - Fork 588
React-Native V8 compatibility #2875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@neolitec We don't support V8 on React Native but it is a pretty cool idea. We do support V8 (node.js) but we need to research a bit to see if we can reuse it. Thanks for bringing it to our attention. |
@kneth .. any update on this. I can still see it is not supported as my app is crashing in debug mode |
@Sine99 No update to share. We haven't prioritized yet as we believe our resources are used on other issues. |
Any updates? As there is still no compatibility with Hermes, this may be a good alternative. Realm performs well even on older devices, but in the general context of the project it is important to have a more performance JS engine for rendering. In some cases this can be a negative factor in adopting Realm in a project. |
This is not currently in our roadmap but feel free to make a feature request here - we review this at every quarterly review |
Ok, thanks! This is the link to the feature request, in case anyone wants to follow: https://feedback.mongodb.com/forums/923521-realm/suggestions/42533812-react-native-v8-compatibility |
We gave up Realm because of JSC:confused: |
Have any update? |
We don't have any immediate plans to support React Native V8. We are in the middle of a major rewrite of the SDK (see #5416 for more), and once it lands, the theory is that it will be easier (but not trivial) to add support for new engines. It could be interesting if our community would like to pick up V8 support. |
hi @kneth how to pick up ? and I can told you why we need v8 support, Although Hermes has been launched for a long time, except that its startup speed is better than JSC, other computing performance is terrible, and v8 is very good in all aspects, especially in crypto apps. |
Goals
Hi!
I'm currently working on a project where we would like to use Realm but this project is using the v8 engine (https://github.com/Kudo/react-native-v8) and when I run the app, Realm seems to look for
libjsc.so
.Is there a plan to get Realm working with React-Native using the v8 engine?
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: