realm / realm-js

Realm is a mobile database: an alternative to SQLite & key-value stores
https://realm.io
Apache License 2.0
5.79k stars 575 forks source link

Realm insert crashed with react-native-reanimated #3713

Closed Renjith-paul closed 3 years ago

Renjith-paul commented 3 years ago

Without react-native-reanimated realm working fine. But after installing react-native-reanimaterv2 realm insert was crashed react native application without any crash log

kneth commented 3 years ago

@Renjith-paul Do you use Hermes as JS engine? If so, Realm doesn't support it yet (but we are looking into it).

Renjith-paul commented 3 years ago

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.

kneth commented 3 years ago

By reading https://www.reanimated2.com/docs/next/installation, it looks like Realm and Reanimated v2 are incompatible. Try to downgrade to Reanimated v1.

kneth commented 3 years ago

I am closing as it seems to be a duplicate (or at least variation) of https://github.com/realm/realm-js/issues/3837

zoobibackups commented 2 years ago

I has a massive impact on performance of the app, the app become lagy and lazy with realm and reanimated v1.