Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 616 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 616 Bytes

react-native-graphql

React Native + Apollo Graphql for GraphQL API v4.

Expo: https://exp.host/@jpuri/react-native-graphql

Running Locally: To run the application locally replace config.example.js with config.js and add your Github Key with public access to it.

Follow the following steps:

  • npm install
  • react-native run-ios

TODOs:

  • OAuth 2.0 integration for github login
  • Adding .env variables for configuration (env variables does not seems to work issue).