Cnilton / react-native-floating-label-input

A customizable React Native TextInput with its placeholder always shown. Includes masks, global styles, character count, and a bunch else.
MIT License
280 stars 59 forks source link

Custom Label top alignment #73

Closed sritharIOS closed 3 years ago

sritharIOS commented 3 years ago

Hi Author,

I need to align the label style with this screenshot. But, the custom label is not aligned when I give marginTop or paddingTop. Can you please help me on this?

Screen Shot 2021-05-05 at 3 45 43 PM
sritharIOS commented 3 years ago

this is done using topFocused prop. thanks.