-
Notifications
You must be signed in to change notification settings - Fork 586
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
use realm from js and from native side #1701
Comments
It would be great to have such universal storage, is it possible? |
Mix native and react in the same app or separate apps? |
same application, the idea that I have native logic, and I have js logic, it would be great to save results in one DB, and use it without modules etc.. |
In that case, it is important that you ensure that Realm Cocoa and Realm JavaScript agree on the same version of Realm Core. You might wish to take a look at #1440. |
Closing as duplicate to the issue Kneth referred to. |
can you suggest how can we use realm from both native and react side, I want to write to db in ios code, and read it from the react native.
The text was updated successfully, but these errors were encountered: