Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/majidux/purplux
Simple todo list using react native
https://github.com/majidux/purplux
android-app ios-app react react-native react-redux redux-thunk
Last synced: 9 days ago
JSON representation
Simple todo list using react native
- Host: GitHub
- URL: https://github.com/majidux/purplux
- Owner: majidux
- Created: 2019-03-06T11:34:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T07:11:39.000Z (over 5 years ago)
- Last Synced: 2024-11-12T22:13:25.413Z (2 months ago)
- Topics: android-app, ios-app, react, react-native, react-redux, redux-thunk
- Language: JavaScript
- Homepage:
- Size: 2.53 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Purplux Todo list with react native
My github page: [Majid Darvish Nejad](https://github.com/majidux).
## `Step One:`
Clone the project on your machine
Write `npm install` in CMD## `Step Two : `
After that you need install required libraries
Open your CMD and write these code for installing the libraries
You can use yarn or npm
Installing redux
`yarn add react-redux redux redux-thunk`Installing navigation
`yarn add react-navigation react-native-gesture-handler`Installing vector icons
`yarn add react-native-vector-icons`Installing paper
`yarn add react-native-paper`Installing svg and svgUri
`yarn add react-native-svg react-native-svg-uri`## `Step three :`
Config java file and put the codes that docs said :
[React navigation](https://reactnavigation.org/docs/en/getting-started.html)Link the libraries
`react-native link`
## `Final Step :`
Start the emulator
run the app with this command: `react-native run-android`
## A screen shot of login page![alt text](./src/Assets/image/loginPage.jpg)