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]
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745302438a4621516.html
评论列表(0条)