/react-native-todo-list

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

Primary LanguageTypeScriptMIT LicenseMIT

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