How do I integrate a Realm.io database? Do I somehow how to infuse Ionic 2 with React Native?
This currently won’t be possible as Realm.io does not provide binding to Javascript.
So, it would be most-prudent to use SQLite? I wish there was an easier tool, as I don’t know how to use SQLite foreign keys/relationships (for iOS)…
Personally, I like using pouchDB as a wrapper around sqlite, or maybe even something like localforage.
How much data are you planning to store? Could you get away by just using localStorage?