react-native-relay-graphql-example
react-native-relay-graphql-example copied to clipboard
React Native + Relay Modern + GraphQL: an app to display information about top UFC fighters
trafficstars
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.