faizalshap / react-native-otp-verify

React native sms verification without additional permissions
MIT License
239 stars 92 forks source link

Feature Request: Is it possible to implement the OTP verification in iOS devices also? #72

Closed ghost closed 1 year ago

pushpender-singh-ap commented 1 year ago

<TextInput ... textContentType="oneTimeCode" // ios />

Note:- Through this line, iPhone can detect the passcode in Messages and display it above the keyboard. To use the passcode, tap it. You can find more information about autofill OTP at -- Apple Support but for now Apple does not support this feature.

ghost commented 1 year ago

textContentType="oneTimeCode" // ios

This line of code is independent of the react-native-otp-verify package?

pushpender-singh-ap commented 1 year ago

@maheshmuttinti This is a property of TextInput for more information click -- React Native

faizalshap commented 1 year ago

This package is only for Android and for ios you can use @pushpender-singh-ap 's solution