issues
search
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
How can I have a database??
Is realm supported??
Is sqlite suppoted??
ptmt
commented
7 years ago
Only if you're able to write some native code, unfortunately.
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.
Not directly, it also requires writing wrappers in native code (Objective-C or Swift).