Merge pull request #2537 from dizlexik/patch-1
Fix broken link in Animations.md
This commit is contained in:
commit
293d2924c7
|
@ -298,7 +298,7 @@ var App = React.createClass({
|
|||
[Run this example](https://rnplay.org/apps/uaQrGQ)
|
||||
|
||||
This example uses a preset value, you can customize the animations as
|
||||
you need, see [LayoutAnimation.js](https://github.com/facebook/react-native/blob/master/Libraries/Animation/LayoutAnimation.js)
|
||||
you need, see [LayoutAnimation.js](https://github.com/facebook/react-native/blob/master/Libraries/LayoutAnimation/LayoutAnimation.js)
|
||||
for more information.
|
||||
|
||||
### requestAnimationFrame
|
||||
|
|
Loading…
Reference in New Issue