Skip to content

chrisvltn/react-native-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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