Component - SQLite with expo-sqlite
This component shows how to use SQLite database in a React Native app using the expo-sqlite library. It opens a database, creates a table, inserts a record, and displays stored data on the screen.
This component shows how to use SQLite database in a React Native app using the expo-sqlite library. It opens a database, creates a table, inserts a record, and displays stored data on the screen.
View ├─ Text (Title) ├─ Button (Add Item) └─ FlatList (Data List) └─ Text (List Item)