https://github.com/stmoreau/react-native-todo
⏲ Playing with react-native!
https://github.com/stmoreau/react-native-todo
java javascript objective-c python react-native simulator
Last synced: 2 months ago
JSON representation
⏲ Playing with react-native!
- Host: GitHub
- URL: https://github.com/stmoreau/react-native-todo
- Owner: stmoreau
- Created: 2017-01-20T01:59:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T02:13:58.000Z (over 9 years ago)
- Last Synced: 2025-07-03T14:56:31.593Z (12 months ago)
- Topics: java, javascript, objective-c, python, react-native, simulator
- Language: Objective-C
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-todo
##Simple to-do list using react-native
To get it running you need to:
1. Clone the repo
2. Run `npm install`
3. To run it on an android simulator (e.g. Genymotion), open the simulator and run `react-native run-android`
4. To run it on an ios simulator using Mac just run `react-native run-ios` and it will open xsplit automatically
If you have any issues follow the [Facebook Docs](https://facebook.github.io/react-native/docs/getting-started.html)