Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 4.04 KB

File metadata and controls

26 lines (19 loc) · 4.04 KB

The GraphQL Guide React Native app

This example app is built, tutorial-style, in the React Native chapter of The GraphQL Guide.

Running the app

git clone https://github.com/em2websolution/react-native-graphql.git
cd react-native-graphql/
npm install
npm start

This will start the Expo bundler, and you can open the app on Android, iOS, or web.

App running on iOS device

✍️ Authors