extra line in Android
skyride99 opened this issue · 4 comments
skyride99 commented
skyride99 commented
An extra faint line underneath. In iOS looks great. Is there a way to set that line to white?
skyride99 commented
set
underlineColorAndroid={'white'}
fixes the issue
evblurbs commented
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.
RickFrom1987 commented
Thanks for the quick fix!