react-native-confirmation-code-input
react-native-confirmation-code-input copied to clipboard
While deleting and entering new code
Can not enter new code while entering the wrong code. Error in iOS I config:
<CodeInput
activeColor='rgba(49, 180, 4, 1)'
inactiveColor='rgba(49, 180, 4, 1.3)'
space={8}
size={30}
keyboardType='numeric'
codeLength={4}
codeInputStyle={{ fontWeight: 'bold', fontSize: 30 }}
inputPosition='left'
autoFocus={false}
ignoreCase={false}
onFulfill={code => this.setState({code})}
className='border-b'
/>
https://github.com/facebook/react-native/issues/18374
+1