| 1536 | removeViewFromParent(viewTransactionScope); |
| 1537 | |
| 1538 | parent->onChildrenChanged(); |
| 1539 | getCSSAttributesManager().setParent(nullptr); |
| 1540 | _parent.reset(); |
| 1541 | setHasParent(false); |
| 1542 | _flags[kParentManagesChildFrames] = false; |
| 1543 | if (previousParentManagedChildFrames) { |
| 1544 | getYogaStyle(_yogaNode).setPositionType(facebook::yoga::PositionType::Relative); |
| 1545 | // Relative is the default, not necessarily what this node declared. insertChildAt forces |
no test coverage detected