Skip to content
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

[Discussion] Migrate out of Realm #3819

Closed
sintylapse opened this issue Jun 28, 2021 · 1 comment
Closed

[Discussion] Migrate out of Realm #3819

sintylapse opened this issue Jun 28, 2021 · 1 comment

Comments

@sintylapse
Copy link

sintylapse commented Jun 28, 2021

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

@sintylapse sintylapse mentioned this issue Jun 28, 2021
15 tasks
@kneth
Copy link
Contributor

kneth commented Jul 1, 2021

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.

@kneth kneth closed this as completed Jul 1, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants