Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkswan/react-native-todo-app
A React Native todo app.
https://github.com/thinkswan/react-native-todo-app
Last synced: about 2 months ago
JSON representation
A React Native todo app.
- Host: GitHub
- URL: https://github.com/thinkswan/react-native-todo-app
- Owner: thinkswan
- Created: 2022-10-27T20:48:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T18:26:09.000Z (about 2 years ago)
- Last Synced: 2023-03-11T18:28:18.142Z (almost 2 years ago)
- Language: Java
- Size: 289 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-todo-app
A React Native todo app.
Based on "Chapter 3: Building your first React Native app" from [React Native in Action](https://www.manning.com/books/react-native-in-action), published by Manning.
## Get started
Follow the instructions on React Native's [Setting up the development environment](https://reactnative.dev/docs/environment-setup) page for your OS.
```
yarn
yarn pods
yarn start
yarn ios
yarn android
```