Building An Image Browsing App With Realm.io, Imgur API, and React Native
Realm is a mobile database: a replacement for SQLite & Core Data.
Realm.io allows you to write to your app’s model layer in a safe, persisted, and fast way. Realm has a custom React Native api and fantastic documentation that can get you up and running quickly.
This app will work cross platform, it is up to you whether you want to build for iOS or Android.
We will use Realm.io along with Imgur’s free api to build an image browser. This app will allow you to add and remove categories of interest, and click on the categories to view these images (which we will persist to the device storage using Realm.io). Here is what the app will look like once we are done: