ReactNative: Remove underline on TextInput for Android

Viewed 4298

I'm struggling on a dumb issue here with styling a TextInput. For some reason, I need to have a border line on a View that contains a TextInput.

Therefore, I don't want the TextInput to display its border line. On iOS, everything's fine without doing anything but on Android, it still displays a black underline.

I've tried to set borderWidth to 0, to set the borderColor to transparent but it doesn't change anything.

What should I do?

1 Answers
Related