Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 926 Bytes

Readme.md

File metadata and controls

36 lines (29 loc) · 926 Bytes

React Native Relay

A Relay experiment using React Native

Start

After clone this repo, move to project path and install all dependencies:

$ yarn

Running

First, make sure that you have followed the Getting Started guide from React Native website.

After that, you need to run this GraphQL Relay Server.

And then, move to project path:

$ yarn start

iOS

For run in iOS:

$ react-native run-ios

Android

For run in Android:

$ react-native run-android

Demo

iOS Android
iOS Android