Skip to content

Commit 5c8a0a2

Browse files
authored
Update README.md
1 parent a958f89 commit 5c8a0a2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
## The GraphQL Guide React Native app
22

3-
This example app is built, tutorial-style, in the React Native chapter of [The GraphQL Guide](https://graphql.guide/).
4-
53
- Entry point: [App.js](https://github.com/GraphQLGuide/guide-react-native/blob/master/App.js)
64
- Two screens, each with a GraphQL query:
75
- [src/HomeScreen.js](https://github.com/GraphQLGuide/guide-react-native/blob/master/src/HomeScreen.js)
86
- [src/ChapterScreen.js](https://github.com/GraphQLGuide/guide-react-native/blob/master/src/ChapterScreen.js)
97

10-
Tutorial steps:
8+
This example app is built, tutorial-style, in the React Native chapter of [The GraphQL Guide](https://graphql.guide/). Here are the tutorial steps:
119

1210
- [Starting branch: 0](https://github.com/GraphQLGuide/guide-react-native/tree/0) app skeleton
1311
- [Step 1: 0...1](https://github.com/GraphQLGuide/guide-react-native/compare/0...1) adding Apollo Client and first query
@@ -25,4 +23,4 @@ npm start
2523

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

28-
![App running on iOS device](https://res.cloudinary.com/graphql/image/upload/v1601574720/guide/expo-home-screen.png)
26+
![App running on iOS device](https://res.cloudinary.com/graphql/image/upload/v1601574720/guide/expo-home-screen.png)

0 commit comments

Comments
 (0)