Parcourir la source

add google login package

goodboy il y a 6 ans
Parent
commit
ff78d9a5da
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 5 0
      package-lock.json
  2. 1 0
      package.json

+ 5 - 0
package-lock.json

@@ -7088,6 +7088,11 @@
         "prop-types": "^15.5.10"
       }
     },
+    "react-native-google-signin": {
+      "version": "2.0.0",
+      "resolved": "https://registry.npmjs.org/react-native-google-signin/-/react-native-google-signin-2.0.0.tgz",
+      "integrity": "sha512-9loM4lcCIdbco5BnmNio7yGaXQKCpCaY1VRmYiTSvC5NjuSf6Ui6jZRee46p/YdaU4yRnS3u5Vct6Psrvr0HNg=="
+    },
     "react-native-kakao": {
       "version": "1.1.2",
       "resolved": "https://registry.npmjs.org/react-native-kakao/-/react-native-kakao-1.1.2.tgz",

+ 1 - 0
package.json

@@ -16,6 +16,7 @@
     "react-native-elements": "^1.1.0",
     "react-native-fbsdk": "^1.0.1",
     "react-native-gesture-handler": "^1.3.0",
+    "react-native-google-signin": "^2.0.0",
     "react-native-kakao": "^1.1.2",
     "react-native-keep-awake": "^4.0.0",
     "react-native-naver-login": "^1.3.0",