n4kz / react-native-material-textfield

Material textfield
Other
901 stars 831 forks source link

Remove underline #21

Closed mahbubmukul closed 7 years ago

mahbubmukul commented 7 years ago

I want to remove the underline of textfield.. (Red box marked in image). I tried with 'underlineColorAndroid' and 'tintColor' properties.

screenshot_2017-07-05-14-17-08

n4kz commented 7 years ago

For this moment it's not possible, actual look and feel tends to match material design guidelines, and I'm not planning to implement custom styling any time soon. Probably the best way to apply custom styles is to create a fork.

lavarajallu commented 7 years ago

I followed meterial Design But in this

Bottom line

Thickness: 2dp
Masked by rounded corners of rectangle

How can i use in this please give me suggetion

farhanmeo commented 4 years ago

Try this lineWidth={0} if you want to hide the default underline

and if you want to hide the line after which appears after click try this activeLineWidth={0}