Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

aerogear/offix-react-native-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

offix-react-native-sample

This project demos example react native app using Offix Apollo GraphQL client

Running server

cd server
npm install 
npm run start

Running React native app

cd offixapp
npm install 
npm run start
react-native run-ios