mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
ac3f345b07
Summary: That's interesting! If we apply `display: none;` style to some node, Yoga will stop calculation layout for this subtree (which is reasonable). So, from RN perspective we have to stop applying layout for hidden subtree because it is meaningless and causes another errors. Note: We do actually not support `display: none;` yet. It stops computing layout, but it does not hide the views! Reviewed By: javache Differential Revision: D5168651 fbshipit-source-id: 29a9385c76a0f9d637285fc0d268ccc39879ca0a