From fde3bfcb9209472ee6dd4c8def61a0ca6227f6e2 Mon Sep 17 00:00:00 2001 From: Nidhi Sharma Date: Wed, 31 Jan 2018 16:40:34 -0800 Subject: [PATCH] Fixing spelling mistake (#217) * README updates for React Native * Doc update * Documentation updated as per comments * removing yarn instructions to maintain uniformity with npm * Fixing spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5818840d915..30ce9914245 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ If you are developing a [React Native](https://github.com/facebook/react-native) npm install aws-amplify-react-native --save ``` -Unless you're react-native app was created using [Expo v25.0.0 or greater](https://blog.expo.io/expo-sdk-v25-0-0-is-now-available-714d10a8c3f7), you will need to [link](https://facebook.github.io/react-native/docs/linking-libraries-ios.html) libraries in your project for the Auth module on React Native. +Unless your react-native app was created using [Expo v25.0.0 or greater](https://blog.expo.io/expo-sdk-v25-0-0-is-now-available-714d10a8c3f7), you will need to [link](https://facebook.github.io/react-native/docs/linking-libraries-ios.html) libraries in your project for the Auth module on React Native. To link `amazon-cognito-identity-js`, you must first `eject` the project: