This example app is built, tutorial-style, in the React Native chapter of The GraphQL Guide.
- Entry point: App.js
- Two screens, each with a GraphQL query:
git clone https://github.com/GraphQLGuide/guide-react-native.git cd guide-react-native/ npm install npm startThis will start the Expo bundler, and you can open the app on Android, iOS, or web.
