I want to remove the underline style from my TextInput
component. I used the underlineColorAndroid
property, but it's not working.
underlineColorAndroid
is a prop of TextInput
, not a React Native style.
Here's an example of how to use it:
<TextInput underlineColorAndroid={'transparent'} value={this.state.text} />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With