Fix link to example project

This commit is contained in:
Brent Vatne 2016-06-30 15:03:19 -07:00 committed by GitHub
parent b1c9ad9fb1
commit 4ee81aa5e8
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ props:
### Updating the values for fun
Check out [Examples/AnimatedGradient] (`git clone` this project, cd into it, npm install, open in XCode and run) to see how this is done:
Check out [Examples/AnimatedGradient](https://github.com/brentvatne/react-native-linear-gradient/blob/master/Examples/AnimatedGradient/src/index.js) (`git clone` this project, cd into it, npm install, open in XCode and run) to see how this is done:
![Example with extra props](https://raw.githubusercontent.com/brentvatne/react-native-linear-gradient/master/images/example-animated.gif)