-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Reanimated breaks Realm on Android #2028
Comments
Issue validatorThe issue is valid! |
I would link another issue with realm and reanimated 2 here: #1424, maybe it would be easier to debug them together |
Are there any updates on this? Based on my previous experiences with Realm, the issue is probably on their side and may never be fixed, but just wondering if anyone has any leads on this issue. The incompatibility between Realm and Reanimated v2 is a pretty big blocker in my app. |
The issue is from realm library. Currently, realm does not support Hermes....or let me say the support for hermes on realm is still on going. Since the reanimated 2 library depends on hermes, it won't be possible to use reanimated 2 with realm. |
No longer true, JSC also works since 2.2.0 but there's still a conflict - see realm/realm-js#3837 |
Hi! Are you still experiencing this problem after upgrading the libraries? |
FYI Realm have apparently fixed it from their side but it's only on their pre-release Hermes branch atm: realm/realm-js#3837 (comment) Note, while it is the Hermes branch, they've confirmed it fixes things for the JSC too: realm/realm-js#3837 (comment) |
In that case, I will close this issue. |
Description
After adding Realm to
reanimated-2-playground
project and switching off Hermes (Realm doesn't support it) app starts crashing when Realm saves data.Expected behavior
Both packages should work fine together
Actual behavior & steps to reproduce
App crashes with error like
Snack or minimal code example
I've created a fork of playground to make it easy to reproduce https://github.com/limpbrains/reanimated-2-playground
App crashes here
Emulator was created by this script:
Package versions
Affected platforms
The text was updated successfully, but these errors were encountered: