File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
## The GraphQL Guide React Native app
2
2
3
- This example app is built, tutorial-style, in the React Native chapter of [ The GraphQL Guide] ( https://graphql.guide/ ) .
4
-
5
3
- Entry point: [ App.js] ( https://github.com/GraphQLGuide/guide-react-native/blob/master/App.js )
6
4
- Two screens, each with a GraphQL query:
7
5
- [ src/HomeScreen.js] ( https://github.com/GraphQLGuide/guide-react-native/blob/master/src/HomeScreen.js )
8
6
- [ src/ChapterScreen.js] ( https://github.com/GraphQLGuide/guide-react-native/blob/master/src/ChapterScreen.js )
9
7
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:
11
9
12
10
- [ Starting branch: 0] ( https://github.com/GraphQLGuide/guide-react-native/tree/0 ) app skeleton
13
11
- [ 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
25
23
26
24
This will start the Expo bundler, and you can open the app on Android, iOS, or web.
27
25
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 )
You can’t perform that action at this time.
0 commit comments