Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krishnaclouds/todoapp-reactjsnative
A Simple To Do App using React Native
https://github.com/krishnaclouds/todoapp-reactjsnative
android app hybrid-application hybrid-apps ios-app react-native
Last synced: about 1 month ago
JSON representation
A Simple To Do App using React Native
- Host: GitHub
- URL: https://github.com/krishnaclouds/todoapp-reactjsnative
- Owner: krishnaclouds
- Created: 2017-12-11T09:47:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T04:47:33.000Z (about 2 months ago)
- Last Synced: 2024-11-19T05:33:49.355Z (about 2 months ago)
- Topics: android, app, hybrid-application, hybrid-apps, ios-app, react-native
- Language: JavaScript
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Installation Instructions
---------------------------------1. Setup Environment and Create basic app
2. Then clone the files of this Repo in the app you created (in this case my-app)
or you can simple copy the following files into your App:
1. App.js
2. App/Components/Note.js
P.S: Be sure to place them in /App/Components/ folder.
3. Let your Expo Reload and Yo.... You have a To-Do App.