https://github.com/4sskick/rn_todo
Simple ToDo with react native
https://github.com/4sskick/rn_todo
Last synced: 3 months ago
JSON representation
Simple ToDo with react native
- Host: GitHub
- URL: https://github.com/4sskick/rn_todo
- Owner: 4sskick
- Created: 2021-10-01T09:42:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T18:28:54.000Z (over 3 years ago)
- Last Synced: 2025-01-14T15:50:06.034Z (4 months ago)
- Language: JavaScript
- Size: 1.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDo application
implementation ToDo simple application using react native.
# usage:
make sure you already installed node js
- `npx react-native init name_project_folder` let it finished
- after installed 2 libraries [vector icons & async storage], make sure those are linked
- type `npx react-native link`# library used:
- `npm install --save react-native-vector-icons`
- `npm install @react-native-async-storage/async-storage`# Screenshot
![]()