Skip to content

Commit

Permalink
Documentation update (#206)
Browse files Browse the repository at this point in the history
* update quick start

* update readme for PR #201
  • Loading branch information
mlabieniec committed Jan 29, 2018
1 parent eab355c commit 44a8d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions media/quick_start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
### AWS Amplify docs have moved [here](https://aws.github.io/aws-amplify/media/quick_start.html)

0 comments on commit 44a8d7a

Please sign in to comment.