Component - Realm database
This UI component shows how a React Native app uses Realm database to store and display a list of tasks. It lets users add new tasks and see them instantly on screen.
This UI component shows how a React Native app uses Realm database to store and display a list of tasks. It lets users add new tasks and see them instantly on screen.
App ├─ View (container) │ ├─ Text (title) │ ├─ FlatList (task list) │ │ └─ Text (task item) │ └─ Button (add task)