Skip to content

Demo app for basic app interation (page navigation and data storage)

License

Notifications You must be signed in to change notification settings

chrisvltn/react-native-todo-list

Repository files navigation

React Native Todo List Demo Project

Installation

  1. Clone this repo
  2. Run yarn install or npm install
  3. Run yarn run compile or npm run compile
  4. Ensure %ANDROID_HOME% environment variable is set
  5. Run yarn run run:android or yarn run run:android:device (to run in a device)

Features

  • Page navigation
    • Using react-native-navigation
  • Database implementation
    • Using react-native-sqlite-storage
  • Typescript implementation (tsx)

Dependencies version

Other projects