3061606fe6
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 |
||
---|---|---|
.. | ||
libs | ||
src | ||
.npmignore | ||
DEFS | ||
DevExperience.md | ||
README.md | ||
build.gradle | ||
gradle.properties | ||
release.gradle |
README.md
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.