RN:苹果登录

背景
如果使用了第三方登录,比如微信登录等等,那么iOS这边就必须要添加苹果登录,否则无法上架 App Store
步骤
1、后台 Certificates, Identifiers & Profiles -> Identifiers 2、xcode 选择 Sign With Apple 3、添加代码到项目 https://github.com/JonsonHI/SignWithApple 这些代码其实你自己也可以写一套,不是什么固定的 4、加上点击事件
import {
requireNativeComponent
} from 'react-native';

let NativeView;
if (!NativeView) {
NativeView = requireNativeComponent('SignWithApple');
}

const appleAuth = (info)

RN:苹果登录最先出现在Python成神之路

版权声明:
作者:cc
链接:https://www.techfm.club/p/10365.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>