react-native-otp-inputs
react-native-otp-inputs copied to clipboard
Issue: It automatically picking previous OTP in Android 10
Steps to reproduce
- Lanuch your app
- Request for OTP
- You can see it automatically fill the previous OTP
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} />
Same bro did u find any solution
same issue here on v7.4.0, anyone found any fix for it?
same issue v7.4.0