Storage
- RxDB ★12797 - A realtime Database for JavaScript Applications.
- WatermelonDB ★4649 - 🍉 Next-gen database for powerful React and React Native apps that scales to 10,000s of records and remains fast.
- realm ★3184 - An alternative mobile database to SQLite & key-value stores.
- react-native-storage ★2115 - This is a local storage wrapper for both react-native(AsyncStorage) and browser(localStorage). ES6/babel is needed.
- react-native-sqlite-storage ★1508 - SQLite3 bindings for React Native (Android & iOS)
- react-native-simple-store ★731 - A minimalistic wrapper around React Native's AsyncStorage.
- react-native-store ★561 - A simple database base on react-native AsyncStorage.
- react-native-db-models ★168 - Local DB Models for React Native Apps
- react-native-sqlite-2 ★106 - SQLite3 Native Plugin for React Native for both Android and iOS
- react-native-couchbase-lite ★105 - couchbase lite binding for react-native
- react-native-persistent-job ★72 - Run async tasks that retry after a crash, connection loss or exception
- pouchdb-adapter-react-native-sqlite ★49 - PouchDB adapter using ReactNative SQLite as its backing store
- react-native-pouchdb ★38 - Run pouchdb in React Native!
- react-native-level-fs ★20 - fs for react-native using level-filesystem and asyncstorage-down
- react-native-mongoose ★17 - A AsyncStorage based mongoose like storage for react-native
- react-native-leveldown - Native LevelDB bindings for React Native
- typed-async-storage - A wrapper for creating a schema for AsyncStorage and validation using React prop-types.