Skip to content

Commit f46fd36

Browse files
janicduplessisfacebook-github-bot
authored andcommitted
NativeAnimated - Fix missing update at the end of the batch
Summary: This call got lost in the refactor of #11819 and caused some view updating issues. Closes #13183 Differential Revision: D4787565 Pulled By: javache fbshipit-source-id: 8f7d456824c67abee6ac1d5f906e4c831ede889b
1 parent 33000c7 commit f46fd36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Libraries/NativeAnimation/RCTNativeAnimatedModule.m

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ - (void)uiManagerWillFlushUIBlocks:(RCTUIManager *)uiManager
217217
for (AnimatedOperation operation in operations) {
218218
operation(self->_nodesManager);
219219
}
220+
221+
[self->_nodesManager updateAnimations];
220222
}];
221223
}
222224

0 commit comments

Comments
 (0)