We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e19ad commit 52ffa5dCopy full SHA for 52ffa5d
Libraries/Animated/src/nodes/AnimatedValueXY.js
@@ -33,7 +33,7 @@ class AnimatedValueXY extends AnimatedWithChildren {
33
_listeners: {[key: string]: {x: string, y: string}};
34
35
constructor(
36
- valueIn?: ?{x: number | AnimatedValue, y: number | AnimatedValue},
+ valueIn?: ?{+x: number | AnimatedValue, +y: number | AnimatedValue},
37
) {
38
super();
39
const value: any = valueIn || {x: 0, y: 0}; // @flowfixme: shouldn't need `: any`
0 commit comments