Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 807 Bytes

File metadata and controls

35 lines (27 loc) · 807 Bytes

react-native-relay-graphql-example

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