underlineColor -> underlineColorAndroid

Summary: Closes https://github.com/facebook/react-native/pull/6330

Differential Revision: D3017759

fb-gh-sync-id: 66bc5670d2e5bd9add67549c70f6df37c90205da
shipit-source-id: 66bc5670d2e5bd9add67549c70f6df37c90205da
This commit is contained in:
sunnylqm 2016-03-06 19:57:57 -08:00 committed by Facebook Github Bot 9
parent 89a486eb3b
commit 7ff938f8df
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ Try running `react-native init` with `--verbose` and see [#2797](https://github.
### Text Input Border ### Text Input Border
The text input has by default a border at the bottom of its view. This border has its padding set by the background image provided by the system, and it cannot be changed. Solutions to avoid this is to either not set height explicitly, case in which the system will take care of displaying the border in the correct position, or to not display the border by setting underlineColor to transparent. The text input has by default a border at the bottom of its view. This border has its padding set by the background image provided by the system, and it cannot be changed. Solutions to avoid this is to either not set height explicitly, case in which the system will take care of displaying the border in the correct position, or to not display the border by setting underlineColorAndroid to transparent.