Correct AnimatedValueXY URL

Summary:
Correct URL
Closes https://github.com/facebook/react-native/pull/18556

Differential Revision: D7396357

Pulled By: mdvacca

fbshipit-source-id: f8ff6c9b037fe733cf3be8d1b889d1dcd9c94afb
This commit is contained in:
Gustavo Gard 2018-03-25 19:46:13 -07:00 committed by Facebook Github Bot
parent 2cc75f7d47
commit 8b9b3f605e

View File

@ -521,7 +521,7 @@ module.exports = {
/**
* 2D value class for driving 2D animations, such as pan gestures.
*
* See https://facebook.github.io/react-native/releases/next/docs/animatedvaluexy.html
* See https://facebook.github.io/react-native/docs/animatedvaluexy.html
*/
ValueXY: AnimatedValueXY,
/**