-
Notifications
You must be signed in to change notification settings - Fork 584
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
Realm insert crashed with react-native-reanimated #3713
Comments
@Renjith-paul Do you use Hermes as JS engine? If so, Realm doesn't support it yet (but we are looking into it). |
I used js engine only.but facing crash on realm insertOn May 6, 2021 18:33, Kenneth Geisshirt ***@***.***> wrote:
@Renjith-paul Do you use Hermes as JS engine? If so, Realm doesn't support it yet (but we are looking into it).
—You are receiving this because you were mentioned.Reply to this email directly, view it on GitHub, or unsubscribe.
|
By reading https://www.reanimated2.com/docs/next/installation, it looks like Realm and Reanimated v2 are incompatible. Try to downgrade to Reanimated v1. |
I am closing as it seems to be a duplicate (or at least variation) of #3837 |
I has a massive impact on performance of the app, the app become lagy and lazy with realm and reanimated v1. |
Without react-native-reanimated realm working fine. But after installing react-native-reanimaterv2 realm insert was crashed react native application without any crash log
The text was updated successfully, but these errors were encountered: