https://github.com/hellokoding/todoapp-reactnative
Todo App with React Native
https://github.com/hellokoding/todoapp-reactnative
android ios javascript react-native todoapp
Last synced: about 1 month ago
JSON representation
Todo App with React Native
- Host: GitHub
- URL: https://github.com/hellokoding/todoapp-reactnative
- Owner: hellokoding
- License: mit
- Created: 2016-07-05T00:25:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T04:19:06.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T15:09:56.057Z (3 months ago)
- Topics: android, ios, javascript, react-native, todoapp
- Language: JavaScript
- Homepage: https://hellokoding.com/todo-app-with-react-native/
- Size: 430 KB
- Stars: 9
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo App with React Native
### Guide
https://hellokoding.com/todo-app-with-react-native/### What you'll need
- MacOS, Xcode
- NodeJS
- NPM
- React Native 0.28+### Stack
- ES6
- React Native### Run
```bash
git clone [email protected]:hellokoding/todoapp-reactnative.git
cd todoapp-reactnative
npm install
react-native link
react-native run-ios
```