React Native Todo app based on React Native CLI quick start
Store model copied (and modified) from simple-todo
Ensure that you have a working development environment.
First, install the dependencies:
yarniOS
yarn iosAndroid
yarn androidIf metro does not start automatically, run:
npx react-native startYou 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! 🍏
