Flex-shrink, has a bug, when canvas is small than all items, Item gets default, not small size. #931
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Report
Issues and Steps to Reproduce
Run the following example url, with 400, 425, 450 and you will see at 425,450 perfect.
however, at 400 outer canvas size, jumps to rendering as if the canvas size was set to 450, should still be the most compact 425 form.
http://tinyurl.com/y52sszqq
Possible also related to the following issues and maybe simpler to reproduce.
https://github.com/facebook/yoga/issues/674