Skip to content

Latest commit

 

History

History

react-native-todo

React Native Todo app based on React Native CLI quick start

Store model copied (and modified) from simple-todo

React Native Todo with easy-peasy

Getting Started

Ensure that you have a working development environment.

First, install the dependencies:

yarn

iOS

yarn ios

Android

yarn android

If metro does not start automatically, run:

npx react-native start

You can start editing the screen by modifying src/components/TodoList.tsx.

The easy-peasy store & models are located under src/store. The App.tsx file wraps the <TodoList /> component with the <StoreProvider>.

Happy coding! 🍏