I have played around with Realm, got it to work with React-Native - Got the data inserted from JSON file and was able to filter/read it too.
Now the real question, how can i pre-package the data with my react-native app. I have seen some questions, where it is mentioned on how to do it with Native (IOS) and (Android)
I wanted to check if there is a direct way to do it with React-Native, may be a bridge someone created?
Thanks!