react-native-textinput-effects icon indicating copy to clipboard operation
react-native-textinput-effects copied to clipboard

How I can set the height and keep label center

Open wdospinal opened this issue 2 years ago • 0 comments

Screenshot 2023-06-04 at 3 19 03 PM

  <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}
  />

wdospinal avatar Jun 04 '23 20:06 wdospinal