Skip to content

Commit a3b5b17

Browse files
committed
add TODO tag
1 parent 71d0409 commit a3b5b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Libraries/Animated/src/nodes/AnimatedValue.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ class AnimatedValue extends AnimatedWithChildren {
178178
resetAnimation(callback?: ?(value: number) => void): void {
179179
this.stopAnimation(callback);
180180
this._value = this._startingValue;
181+
// TODO(macOS ISS#2323203): A bug fix that hasn't been merged to upstream yet.
181182
if (this.__isNative) {
182183
NativeAnimatedAPI.setAnimatedNodeValue(
183184
this.__getNativeTag(),

0 commit comments

Comments
 (0)