react-native-floating-labels
react-native-floating-labels copied to clipboard
Default border bottom is appearing in android.
When the app is initialized, each time it is showing default android green color border at bottom of the text input.
But, if I am reloading the app, it's working fine as the style I wrote for the input.
I fixed it using the prop underlineColorAndroid={'rgba(0, 0, 0, 0)'}
I fixed it using the prop underlineColorAndroid={'rgba(0, 0, 0, 0)'}
A 'transparent' value is better in my case:
<FloatingLabel
underlineColorAndroid="transparent"
>