IOS Example ?
Closed this issue · 1 comments
blastering66 commented
hi, i like your work. but i saw the libary ios project. Is this already library support for ios too ?
any example of that ? but the read me has note, only use in android.
arpansharma7474 commented
Hey
No, this package is only for Android. Also, iOS does not support Auto OTP fill, but it allows us to show the OTP as suggestion on keyboard.
Use
<TextInput
value={this.state.codeOTP}
textContentType="oneTimeCode"
/>
Starting iOS 14, this has to be first enabled in iPhone settings.
Hope It Helps!!!