Simple React Native (Expo) app demonstrating CRUD operations with SQLite.
Notes are stored locally using expo-sqlite and persist between app restarts.
- Local SQLite database
- Create, edit and delete notes
- Persistent storage
- Clean mobile UI
- FlatList for performance
- Safe SQL queries
- React Native
- Expo
- SQLite (
expo-sqlite)
npm install
npx expo start
