react-native-textinput-effects
react-native-textinput-effects copied to clipboard
How I can set the height and keep label center
<Hoshi
label={label}
onChange={onChange}
value={value}
borderColor="transparent"
labelStyle={
!isFocused && value === '' ? styles.placeholder : styles.label
}
style={styles.input}
onBlur={handleBlur}
onFocus={handleFocus}
height={32}
/>