Simple demo which help you to start with graph ql and redux. Redux : For local state management GraphQL with Apollo client : For remote data handling
- Visual Studio Code
- Android Studio
- Emulator or Physical device
- Node and NPM
- react-native-cli
Dependencies
- apollo-boost
- graphql
- react-apollo
- redux
- react-redux
How to run app
- Open project in VS code
- Open terminal(cmd+j) and execute npm install command
- react-native run-android