mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-02 22:41:18 +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
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.