React Native - LocalDatabase with SQLite Demonstration of using a local database in an React Native application. The app utilizes expo-sqlite which is a library that provides access to a database that can be queried through a SQLite API. Links Expo documentation: SQLite expo-sqlite