react-native-relay-graphql-example

July 10, 2017 ยท View on GitHub

React Native + Relay Modern + GraphQL: an app to display information about top UFC fighters.

The data is fetched by Relay Modern from this GraphQL Server: https://graphql-ufc-api.now.sh/

GraphQL Server

GraphQL Server's code is here.

Try it

Live demo here.

Installation

$ yarn install

or

$ npm install

Running

$ yarn start

or

$ npm start

Dependencies

This app was built on top of CRNA.

LICENSE

MIT

Contents

  1. 1GraphQL Server
  2. 2Try it
  3. 3Installation
  4. 4Running
  5. 5Dependencies
  6. 6LICENSE