Fixes layout of nodes with YGDisplayNone and YGPositionTypeAbsolute #1068
Reference in New Issue
Block a user
No description provided.
Delete Branch "export-D26849307"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary:
There is an issue in react-native when the Yoga node position type is set to absolute and display: none is set where the node layout calculation gives the absolute dimensions, rather than the expected 0 x 0.
Here are some OSS issues tracking this:
https://github.com/facebook/react-native/issues/18415
https://github.com/microsoft/react-native-windows/issues/7289
Differential Revision: D26849307
This pull request was exported from Phabricator. Differential Revision: D26849307
This pull request was exported from Phabricator. Differential Revision: D26849307
This pull request has been merged in facebook/yoga@342aebe1d7.
Pull request closed