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 71d0409 commit a3b5b17Copy full SHA for a3b5b17
Libraries/Animated/src/nodes/AnimatedValue.js
@@ -178,6 +178,7 @@ class AnimatedValue extends AnimatedWithChildren {
178
resetAnimation(callback?: ?(value: number) => void): void {
179
this.stopAnimation(callback);
180
this._value = this._startingValue;
181
+ // TODO(macOS ISS#2323203): A bug fix that hasn't been merged to upstream yet.
182
if (this.__isNative) {
183
NativeAnimatedAPI.setAnimatedNodeValue(
184
this.__getNativeTag(),
0 commit comments