Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

Commit 2a16bd8

Browse files
authored
Merge branch 'master' into development
2 parents cf967bf + b2a231b commit 2a16bd8

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Contentstack](https://www.contentstack.com/docs/static/images/contentstack.png)](https://www.contentstack.com/)
22

3-
# 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.
55

66
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.
77

@@ -14,7 +14,7 @@ This document covers the steps to get this app up and running for you. Try out t
1414
- Use Latest version of Android Studio (for Android)
1515
- React Native [setup](https://facebook.github.io/react-native/docs/getting-started.html)
1616
- [Contentstack](https://www.contentstack.com/) account
17-
17+
- [Basic knowledge of Contentstack](https://www.contentstack.com/docs/)
1818
## Step 1: Create a stack
1919

2020
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
4343
```
4444
$ git clone https://github.com/contentstack/contentstack-reactnative-graphql-example.git
4545
```
46+
47+
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).
4648
## Step 6: Install the Apollo Framework
4749
Using Apollo Boost you can easily configure Apollo Client with the recommended settings in your app.
4850

@@ -115,8 +117,8 @@ Contentstack provides a GraphQL playground, which is a GraphiQL interface, to te
115117

116118
Open a browser of your choice and hit the URL given below:
117119
```
118-
https://graphql.contentstack.io/stacks/api_key/explore?access_token=environment-specific_delivery_token&environment=environment_name
119-
```
120+
https://www.contentstack.com/docs/apis/graphql-content-delivery-api/explorer/
121+
```
120122

121123
**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.
122124

@@ -178,6 +180,6 @@ Now that we have a working project, you can build and run it.
178180

179181
## More Resources
180182
- [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)
182184
- [GraphQL API documentation](https://www.contentstack.com/docs/apis/graphql-content-delivery-api/)
183185

0 commit comments

Comments
 (0)