mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
652c1c11e4
Summary:WRAP_CONTENT is not a valid size for MeasureSpec. While 0 is a valid value size to pass to makeMeasureSpec, it's slightly cheaper to just pass in 0 instead since makeMeasureSpec(0, UNSPECIFIED) is 0 anyway. Differential Revision: D2968322 fb-gh-sync-id: 2ca0e27b12c1a8263800d96fec32127a4b967497 shipit-source-id: 2ca0e27b12c1a8263800d96fec32127a4b967497