We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce
React native version 0.64 react-native-otp-inputs version 7.0.3
Code i have used
import OtpInputs from 'react-native-otp-inputs';
<OtpInputs numberOfInputs={4} autofillFromClipboard={true} style={styles.otpTextboxContainer} inputContainerStyles={styles.otpTextbox} keyboardType={'number-pad'} handleChange={this.submitOtp} inputStyles={styles.textBox} />
The text was updated successfully, but these errors were encountered:
Same bro did u find any solution
Sorry, something went wrong.
same issue here on v7.4.0, anyone found any fix for it?
same issue v7.4.0
No branches or pull requests
Steps to reproduce
React native version 0.64
react-native-otp-inputs version 7.0.3
Code i have used
import OtpInputs from 'react-native-otp-inputs';
<OtpInputs
numberOfInputs={4}
autofillFromClipboard={true}
style={styles.otpTextboxContainer}
inputContainerStyles={styles.otpTextbox}
keyboardType={'number-pad'}
handleChange={this.submitOtp}
inputStyles={styles.textBox} />
The text was updated successfully, but these errors were encountered: