You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2025. It is now read-only.
# Build an example app using Contentstack React Native SDK, GraphQL API, and Apollo Client
4
-
We have created a sample product catalog app that is built using Contentstack’s iOS SDK. The content of this app is powered by Contentstack GraphQL APIs, and the app uses Apollo client on the client side to consume GraphQL APIs.
3
+
# Build an example app using Contentstack GraphQL API, and Apollo Client
4
+
We have created a sample product catalog app that is built using Apollo Client SDK. The content of this app is powered by Contentstack GraphQL APIs, and the app uses Apollo client on the client side to consume GraphQL APIs.
5
5
6
6
This document covers the steps to get this app up and running for you. Try out the app and play with it, before building bigger and better applications.
7
7
@@ -14,7 +14,7 @@ This document covers the steps to get this app up and running for you. Try out t
14
14
- Use Latest version of Android Studio (for Android)
-[Basic knowledge of Contentstack](https://www.contentstack.com/docs/)
18
18
## Step 1: Create a stack
19
19
20
20
Log in to your Contentstack account and [create a new stack](https://www.contentstack.com/docs/guide/stack#create-a-new-stack). Read more about [stacks](https://www.contentstack.com/docs/guide/stack).
@@ -43,6 +43,8 @@ To get your app up and running quickly, we have created a sample React Native ap
Once you have downloaded the project, add your Contentstack API Key, Delivery Token, and Environment to the project during the SDK initialization step. (Learn how to find your Stack's [API Key and Delivery Token](https://www.contentstack.com/docs/guide/stack#edit-a-stack).
46
48
## Step 6: Install the Apollo Framework
47
49
Using Apollo Boost you can easily configure Apollo Client with the recommended settings in your app.
48
50
@@ -115,8 +117,8 @@ Contentstack provides a GraphQL playground, which is a GraphiQL interface, to te
115
117
116
118
Open a browser of your choice and hit the URL given below:
**Note**: If you have pieces of data you may want to reuse in multiple places, make use of fragments. Refer the [Using fragments](https://www.apollographql.com/docs/ios/fragments.html) doc for more details.
122
124
@@ -178,6 +180,6 @@ Now that we have a working project, you can build and run it.
178
180
179
181
## More Resources
180
182
-[Getting started with React Native SDK](https://www.contentstack.com/docs/platforms/react-native)
181
-
-[Using GraphQL queries with React Native SDK](https://www.contentstack.com/docs/guide/contentstack-graphql-api/using-graphql-with-contentstack-react-native-sdk)
183
+
-[Using GraphQL queries with Apollo client React Native SDK](https://www.contentstack.com/docs/guide/contentstack-graphql-api/using-graphql-with-apollo-client-react-native-sdk)
182
184
-[GraphQL API documentation](https://www.contentstack.com/docs/apis/graphql-content-delivery-api/)
0 commit comments