expo - How to automatically get the one time code received in SMS to be pasted in react-native text input? - Stack Overflow

admin2025-04-18  3

I have this code, and this sms formats, but the code never appears at the keyboard suggestions neither is on the clipboard. Can you help me or suggesting something else?

I am expecting that the SMS code appear on the keyboard suggestions.

import { TextInput } from "react-native";

<TextInput autoFocus textContentType="oneTimeCode" autoComplete="sms-otp" keyboardType="number-pad" />

I tried using multiple sms formats, like:

Your access code:[code]

<#> Your access code:[code]

Your access code is: [code]

@App #[code]
转载请注明原文地址:http://anycun.com/QandA/1744970409a90203.html