A React Native with Relay Modern starter project fetching GraphQL Server mutations to authenticate and create user account
Once you have logged in it's will fetch a Marvel Hero Avengers Comic list from own GraphQL Server
Yout can get this server here GraphQL Server - Wrapping Marvel Rest API
-
React Native
-
Relay Modern
-
Redux
-
Flow
-
Styled Components
-
Storybook
-
Jest
At first get the iHero-Server
Then execute:
yarn install
yarn create-schema
yarn relay
yarn start
yarn android
yarn flow
To work please replace the component App to StorybookUI in file './index.js'
yarn storybook
yarn android
yarn test