Feature request
Hello everyone, soft input does not want to work with the react-native-confirmation-code-field library, how can I make it work?
<CodeField ref={ref} {...confirmationCodeProps} value={code} onChangeText={onChangeCode} cellCount={data.CODE_VERIFICATION_LENGTH} keyboardType="number-pad" textContentType="oneTimeCode" renderCell={renderCell} />