r5n-dev/react-native-otp-inputs

Issue: It automatically picking previous OTP in Android 10

rahulthakur897 opened this issue · 3 comments

Steps to reproduce

  1. Lanuch your app
  2. Request for OTP
  3. 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