Merge pull request #23369 from DerJacques/patch-2

[React Native] Update AnimatedValue type
This commit is contained in:
Eloy Durán
2018-02-02 16:33:25 -05:00
committed by GitHub
+1 -2
View File
@@ -7726,8 +7726,7 @@ export interface EasingStatic {
}
export namespace Animated {
// Most (all?) functions where AnimatedValue is used any subclass of Animated can be used as well.
type AnimatedValue = Animated;
type AnimatedValue = Value;
type AnimatedValueXY = ValueXY;
type Base = Animated;