Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 438 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 438 Bytes

React Native Expo Todo App

Todo App - A simple todo list app built in React Native.

The goal of creating this application was mostly my own growth as a developer and for demonstration purposes and a tutorial.

Development

# install dependencies
yarn install

# start development server
yarn start

# ios app with hot reload
yarn ios

# android app with hot reload
yarn android

# web app with hot reload
yarn web