From 982e307482a1d02721f60446363d7d8ae4520630 Mon Sep 17 00:00:00 2001 From: corpi Date: Fri, 23 Jan 2026 11:15:01 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EC=BB=A4=EB=B0=8B=20=EB=88=84?= =?UTF-8?q?=EB=9D=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 5 ++++- package.json | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 0543463..b1a07a2 100644 --- a/app.json +++ b/app.json @@ -27,6 +27,9 @@ }, "web": { "favicon": "./assets/favicon.png" - } + }, + "plugins": [ + "@react-native-google-signin/google-signin" + ] } } diff --git a/package.json b/package.json index 3929c3b..6c891b0 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,12 @@ }, "dependencies": { "@react-native-async-storage/async-storage": "2.2.0", + "@react-native-google-signin/google-signin": "^16.1.1", "@react-navigation/bottom-tabs": "^7.9.0", "@react-navigation/native": "^7.1.26", "@react-navigation/native-stack": "^7.9.0", "expo": "~54.0.30", + "expo-apple-authentication": "~8.0.8", "expo-status-bar": "~3.0.9", "react": "19.1.0", "react-native": "0.81.5",