You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realm doesn't support Hermes, so using Realm in a mobile app is a huge drawback. The related issue is going for 2 years already #2455, there is no exact answer on when using Hermes will be possible, so people need a backup plan for cases when they can't wait anymore.
Since Realm is a local database, you can't just remove this module from your project, because users will loose their data. You somehow need to be able to use Realm database for migration, without having those parts of Realm which block app from using Hermes.
The best solution I know so far is - use native versions Realm Objective‑C / Realm Java and create a wrapper for calls for migration
If anyone have better thoughts or have experience with that, please share
The text was updated successfully, but these errors were encountered:
We are currently working on Hermes support (follow #3792 for progress). I can't give a time estimate as we are hitting a limitation in Android NDK related to throwing C++ exceptions in JavaScript callbacks.
Realm doesn't support Hermes, so using Realm in a mobile app is a huge drawback. The related issue is going for 2 years already #2455, there is no exact answer on when using Hermes will be possible, so people need a backup plan for cases when they can't wait anymore.
Since Realm is a local database, you can't just remove this module from your project, because users will loose their data. You somehow need to be able to use Realm database for migration, without having those parts of Realm which block app from using Hermes.
The best solution I know so far is - use native versions Realm Objective‑C / Realm Java and create a wrapper for calls for migration
If anyone have better thoughts or have experience with that, please share
The text was updated successfully, but these errors were encountered: