-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Databases #1172
Comments
This plugin provides a WebSQL-compatible API to store data in a react native app, by using a SQLite database on the native side. Can you check it we write a simple bridge here : |
Is there any other alternative way? |
Yes, there should be different alternatives |
@sayar |
So now we have two database |
@amorenew |
@lekerning
milestone:https://github.com/realm/realm-dotnet/milestone/4 |
@amorenew |
Welcome |
@amorenew |
@lekerning Maybe it's in alpha or beta not final release but anyway it will take time to support React Native |
@amorenew @lekerning unfortunately, realm for native platforms (iOS, Android, and UWP) is totally separate from realm for react-native. realm for react-native is more like realm for JavaScriptCore, with a bit of native functionality to ensure that the realm hooks are installed. What we need to get realm working on react-native-windows is realm for Chakra(Core). |
Hello, what good offline DB options we have now in 2020 to use with react-native-windows and android too? |
The text was updated successfully, but these errors were encountered: