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's code is here.
Live demo here.
$ yarn install
or
$ npm install
$ yarn start
or
$ npm start
This app was built on top of CRNA.