-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does not work with react-native-confirmation-code-field library #183
Comments
hey @adamshels1, could you provide an example repo where you use that library? |
@mateusz1913
}; |
this is not the whole code, it's just for example |
@adamshels1 could you provide an example repo (the link so I can clone it) and not some arbitrary snippet of code? |
Surprise Surprise... |
I tried to reproduce an issue in a demo project: (https://github.com/retyui/react-native-avoid-softinput-issues-183/blob/main/Test.tsx) @adamshels1 can you confirm that it works the same for you
|
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} />
The text was updated successfully, but these errors were encountered: