react-native-material-textfield
react-native-material-textfield copied to clipboard
Label overlaps the outline while using renderLeftAccessory
<OutlinedTextField
label='Password'
secureTextEntry={true}
keyboardType='phone-pad'
textColor='white'
tintColor='white'
baseColor='white'
labelFontSize={16}
inputContainerStyle={{ marginTop: 15 }}
renderLeftAccessory={() => <Image style={styles.inputTextLockIcon} source={require('./images/lock.png')} />}
/>
I am facing the same problem, any updates?
just add labelOffset={{x1: -45}}