From 7ff938f8df2d382cd07d11c337136d8693fd6d14 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Sun, 6 Mar 2016 19:57:57 -0800 Subject: [PATCH] underlineColor -> underlineColorAndroid Summary: Closes https://github.com/facebook/react-native/pull/6330 Differential Revision: D3017759 fb-gh-sync-id: 66bc5670d2e5bd9add67549c70f6df37c90205da shipit-source-id: 66bc5670d2e5bd9add67549c70f6df37c90205da --- docs/KnownIssues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/KnownIssues.md b/docs/KnownIssues.md index fb205cb2be3..61db2d86553 100644 --- a/docs/KnownIssues.md +++ b/docs/KnownIssues.md @@ -79,4 +79,4 @@ Try running `react-native init` with `--verbose` and see [#2797](https://github. ### 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.