diff --git a/docs/KnownIssues.md b/docs/KnownIssues.md index fb205cb2b..61db2d865 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.