From 44a8d7ac65b211d050465074142eac3faee34bdf Mon Sep 17 00:00:00 2001 From: Michael Labieniec Date: Mon, 29 Jan 2018 14:15:51 -0800 Subject: [PATCH] Documentation update (#206) * update quick start * update readme for PR #201 --- README.md | 2 +- media/quick_start.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 media/quick_start.md diff --git a/README.md b/README.md index fa42339f8ca..79cd8e06e6e 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ For React Native development, install `aws-amplify-react-native` instead of `aws npm install aws-amplify-react-native --save ``` -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. Follow the instructions [here](https://github.com/aws/aws-amplify/blob/master/media/quick_start.md#react-native-development). +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. Follow the instructions [here](https://github.com/aws/aws-amplify/blob/master/media/quick_start.md#react-native-development). ## Documentation diff --git a/media/quick_start.md b/media/quick_start.md new file mode 100644 index 00000000000..558399d08f5 --- /dev/null +++ b/media/quick_start.md @@ -0,0 +1 @@ +### AWS Amplify docs have moved [here](https://aws.github.io/aws-amplify/media/quick_start.html) \ No newline at end of file