Skip to content

Commit

Permalink
Correct AnimatedValueXY URL
Browse files Browse the repository at this point in the history
Summary:
Correct URL
Closes #18556

Differential Revision: D7396357

Pulled By: mdvacca

fbshipit-source-id: f8ff6c9b037fe733cf3be8d1b889d1dcd9c94afb
  • Loading branch information
gusgard authored and facebook-github-bot committed Mar 26, 2018
1 parent 2cc75f7 commit 8b9b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Animated/src/AnimatedImplementation.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
/**
Expand Down

0 comments on commit 8b9b3f6

Please sign in to comment.