mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7562f9d6f5
Summary: @public Text was not correctly respecting padding. We would account for it when measuring, but then not actually apply the padding to the text. This adds support for proper padding Reviewed By: andreicoman11 Differential Revision: D3516692