Target Branch
0.85
Link to commit or PR to be picked
facebook/react-native#57024
Description
The removeClippedSubviews prop toggle path in RCTViewComponentView did not handle being turned off: children that were clipped (removed from superview) remained invisible, and _reactSubviews became stale, causing crashes.
Cherry-pick of facebook/react-native#56211 (D97971845).
Target Branch
0.85
Link to commit or PR to be picked
facebook/react-native#57024
Description
The
removeClippedSubviewsprop toggle path inRCTViewComponentViewdid not handle being turned off: children that were clipped (removed from superview) remained invisible, and_reactSubviewsbecame stale, causing crashes.Cherry-pick of facebook/react-native#56211 (D97971845).