gpt4 book ai didi

react-native - React Native 如何从手机短信中自动获取文本字段中的 OTP,应该同时支持 ios 和 android?

转载 作者:行者123 更新时间:2023-12-04 05:20:16 26 4
gpt4 key购买 nike

React Native 如何自动获取
来自移动短信的文本字段中的 OTP,
应该同时支持ios和android吗?

最佳答案

对于安卓:
谷歌短信检索 API

https://github.com/Rajat421//react-native-sms-retriever-api#readme

对于 iOS:

You will use props textContentType of TextInput


<TextInput
value={this.state.codeOTP}
textContentType="oneTimeCode"
/>

您可以使用此示例进行测试:

Tested on real device, and connect with the Apple account


<TextInput
value={this.state.codeOTP}
textContentType="emailAddress"
/>

关于react-native - React Native 如何从手机短信中自动获取文本字段中的 OTP,应该同时支持 ios 和 android?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55393271/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com