mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
95ae936aa6
Summary: Since Nodes' manageChildren doesn't enqueue the child updates immediately, commands were being directed to non-updated views. Previously we applied updates for the shadow node before dispatching the command, but we can instead wait to fire commands until after we update the view hierarchy. Reviewed By: ahmedre Differential Revision: D3568541