mongodb / stitch-js-sdk

MongoDB Stitch JavaScript SDK
Apache License 2.0
113 stars 67 forks source link

Is it possible to create a local database that can be synchronized with mongodb in react native ? (via mongodb-stitch-react-native-sdk) #256

Open joveeee opened 5 years ago

adamchel commented 5 years ago

Hi @joveeee ,

This is currently not possible with the react native SDK by itself, but you can use our iOS and Android SDKs to build native modules for each platform:

See: https://github.com/mongodb/stitch-ios-sdk https://github.com/mongodb/stitch-android-sdk https://facebook.github.io/react-native/docs/native-modules-ios https://facebook.github.io/react-native/docs/native-modules-android

Let us know if you have any questions, and feel free to open another issue if you run into any problems!

Ashkan-Oliaie commented 5 years ago

I'd love to see something like that as well too bad I don't know much of native coding