-
Notifications
You must be signed in to change notification settings - Fork 607
Closed
Labels
Description
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
cogell, MayoBytes, phuongwd, Frans-L, songjinp and 2 more