添加Apple登录

This commit is contained in:
xianyi
2026-01-16 09:58:07 +08:00
parent cc88c283ce
commit 370f04d721
8 changed files with 521 additions and 46 deletions

View File

@@ -4,8 +4,8 @@
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
@@ -18,6 +18,7 @@
"@react-navigation/native": "^7.1.8",
"axios": "^1.13.2",
"expo": "~54.0.31",
"expo-apple-authentication": "~8.0.8",
"expo-blur": "~15.0.8",
"expo-constants": "~18.0.13",
"expo-dev-client": "~6.0.20",