mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-11 01:08:41 +08:00
Summary: Groups had a crash when running with React with Nodes when returning from a search screen. This was due to the fact that the node representing a ShimmerFrameLayout was being dropped, and then later we were trying to detach it. Since the view was already dropped, we shouldn't try to detach it since it's already dropped and removed from the view hierarchy. Reviewed By: sriramramani Differential Revision: D3004541