evblurbs/react-native-md-textinput

extra line in Android

skyride99 opened this issue · 4 comments

This is a great control. Just a little bug in Android
screen shot 2016-02-10 at 3 26 27 pm

An extra faint line underneath. In iOS looks great. Is there a way to set that line to white?

set
underlineColorAndroid={'white'}

fixes the issue

I've updated the TextInput to have a default prop that sets the underline color to transparent. You shouldn't have to add that prop now. Thanks for catching this! I need to do more Android testing.

Thanks for the quick fix!