Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.13 KB

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