An open API service indexing awesome lists of open source software.

https://github.com/lilpolymath/pokemon

Integrating React Native with GraphQL while consuming a REST API.
https://github.com/lilpolymath/pokemon

apollo-boost apollo-client graphql react-native rest-api

Last synced: about 2 months ago
JSON representation

Integrating React Native with GraphQL while consuming a REST API.

Awesome Lists containing this project

README

          

## How to Run App

1. cd to the repo
2. Install node modules

- run `yarn`

3. cd to `src/server`
4. Install node modules

- run `yarn`

5. Start the server

- run `yarn start`

6. Run Build for either OS

- for iOS
- run `npx react-native run-ios`
- for Android
- run `npx react-native run-android`

Credits: https://pusher.com/tutorials/learning-graphql-react-native