mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
c938c0afbf
Summary: Changelog: [Internal] This solves the problem of viewToAdd indices being invalid if the deletes are asynchronous within the scope of one `manageChildren` call. Since deletions are performed first, we keep a set of tags being deleted. During view insertion, we iterate through and filter those tags out of our count. Reviewed By: JoshuaGross Differential Revision: D20324643 fbshipit-source-id: 150230428fcd65b8c43cc1f2331e9ce02d31fff9