Introduce

This App is built on React Native + Redux + Apollo(GraphQL) The features in app:
- Get All Data
- Push task on server
Install
- Install dependence package
yarn installor
npm install - Link package to app
react-native link
Run
- Run server
mongod
node run_server.js
- Run App
1.Android
react-native run-android - Ios
react-native run-ios - Web open : http://localhost:8000/graphql
Contribute
If it's helpful for you, give me a star <3