- react-native.
- redux.
- relay.
- basic examples of registration/authentication (redux) , basic examples of GraphQL data fetching (relay).
Relay requires GraphQL schema in json
format. Put
the schema.json
file into src/relay/graphql
.
Specify it in src/config/default.js
.
Simpliest way is to run react-native init appname
and move all app-specific files to new folder