Newby Coder header banner

Storage and Database in React Native

Check following React Native Android/iOS applications which implement local storage and database

Local storage is often used to store user specific data, application state or to provide offline content

Applications with Storage and Database

Following are some applications implementing local storage and database

Local Storage

An application might require local storage to store information about user's activity and/or profile

Platform: Android & iOS

cl-react-native-local-storagecm-react-native-local-storage-as6cm-react-native-local-storage-as7

Check React Native Json Storage application code

Local Database - SQFlite

SQFlite is a plugin used in React Native to perform database operations for both Andoid and IOS apps

Platform: Android & iOS

cl-react-native-local-databasecm-react-native-local-database-as1

Check React Native Local Database Application code

Videos related to React Native storage and Database

React Native Async Storage

SQLite CRUD Example with MVC model in React Native