From f3987aa7e69b70d1664d32687a5af85d32462dfd Mon Sep 17 00:00:00 2001 From: aarym Date: Sat, 24 Aug 2019 16:52:36 +1000 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 065fcac..23ec92f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ This is a Starter React Native application for using the Sample app in the AWS A 2. Click on `Create API` and select the `Sample Schema` option. Enter a API name of your choice. Click `Create`. +Wait until the progress bar at the top has completed deploying your resources. Then from the integration page of your GraphQL API (you can click the name you entered in the left hand navigation). + +On this same page, select `JavaScript` at the bottom to download your `aws-exports.js` configuration file by clicking the **Download Config** button. Replace the `aws-exports.js` file in the root of your app with the file you just downloaded. ## React Native Setup @@ -36,10 +39,6 @@ git clone https://github.com/aws-samples/aws-mobile-appsync-events-starter-react cd ./aws-mobile-appsync-events-starter-react-native ``` -Wait until the progress bar at the top has completed deploying your resources. Then from the integration page of your GraphQL API (you can click the name you entered in the left hand navigation). - -On this same page, select `JavaScript` at the bottom to download your `aws-exports.js` configuration file by clicking the **Download Config** button. Replace the `aws-exports.js` file in the root of your app with the file you just downloaded. - Start the application: ```