ptmt / react-native-macos

[deprecated in favor of https://microsoft.github.io/react-native-windows/] React Native for macOS is an experimental fork for writing desktop apps using Cocoa
MIT License
11.24k stars 429 forks source link

Database #167

Closed sm2017 closed 7 years ago

sm2017 commented 7 years ago
  1. How can I have a database??
  2. Is realm supported??
  3. Is sqlite suppoted??
ptmt commented 7 years ago
  1. Only if you're able to write some native code, unfortunately.
  2. Not directly, this https://github.com/realm/realm-js/tree/master/src/RealmJS.xcodeproj should be updated before using, but I' never have a chance to work with Realm.
  3. Not directly, it also requires writing wrappers in native code (Objective-C or Swift).