Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 560 Bytes

README.MD

File metadata and controls

20 lines (15 loc) · 560 Bytes

React native boilerplate

includes:

  1. react-native.
  2. redux.
  3. relay.
  4. basic examples of registration/authentication (redux) , basic examples of GraphQL data fetching (relay).

requirements:

Relay requires GraphQL schema in json format. Put the schema.json file into src/relay/graphql.

configuration:

Specify it in src/config/default.js.

renaming project:

Simpliest way is to run react-native init appname and move all app-specific files to new folder