mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 08:56:44 +00:00
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
Building React Native for Android
See docs on the website.