arpansharma7474/rn-sms-retriever

IOS Example ?

Closed this issue · 1 comments

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.

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!!!