mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 12:12:31 +08:00
Summary: Fix TextInput padding on Nodes. We used to not call super and used to manually do the setting of padding. This stops us from running the same logic that non-Nodes runs (we bypassed it), so this fixes it. Reviewed By: astreet Differential Revision: D3825227