mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 17:00:28 +00:00
28ba749ba0
Summary: Currently, `<Text>` and `<TextInput>` components on Android do not support borders. This change adds support for the borderRadius, borderColor, and borderWidth props on the `<Text>` and `<TextInput>` components on Android. ReactViewGroup already implements this functionality so we copied its implementation over into the ReactTextView and ReactEditText classes. **Test plan (required)** Verified that the various border props work on Text and TextInput components in a test app. Adam Comella Microsoft Corp. Closes https://github.com/facebook/react-native/pull/9658 Differential Revision: D3819993 Pulled By: lexs fbshipit-source-id: 183b0aa95369dd781f03b5a1f0f409ab47284e39
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.