react-native-floating-label-text-input
react-native-floating-label-text-input copied to clipboard
Allow customizing floating label and textholder styles
Allow customizing the style of the floating label and the
component that holds text by introducing 2 new props:
floatingLabelStyle
and textHolderStyle
which are merged
with the minimal style that this component provides by
default.
@eyaleizenberg please merge this