From e861455d162b13f9033e9a180905629643054cce Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 11:00:27 -0500 Subject: [PATCH] secure keystore package --- squarenotsquare/package-lock.json | 11 +++++++++++ squarenotsquare/package.json | 1 + 2 files changed, 12 insertions(+) diff --git a/squarenotsquare/package-lock.json b/squarenotsquare/package-lock.json index b1ab917..57cc401 100644 --- a/squarenotsquare/package-lock.json +++ b/squarenotsquare/package-lock.json @@ -12,6 +12,7 @@ "@react-navigation/stack": "^6.2.2", "react": "18.0.0", "react-native": "0.69.2", + "react-native-secure-key-store": "^2.0.9", "react-native-vector-icons": "^9.2.0", "react-redux": "^8.0.2", "realm": "^10.19.5", @@ -13121,6 +13122,11 @@ "react": "^17.0.0" } }, + "node_modules/react-native-secure-key-store": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/react-native-secure-key-store/-/react-native-secure-key-store-2.0.9.tgz", + "integrity": "sha512-9qi1rOlv4qNSpJIjqcIB7d0EQSwo2Yho8NVBT/Jc9NeYibDLHdArLXl8jn8H6nlf+8alk/bXqr4rPINrCTtmog==" + }, "node_modules/react-native-vector-icons": { "version": "9.2.0", "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz", @@ -26048,6 +26054,11 @@ } } }, + "react-native-secure-key-store": { + "version": "2.0.9", + "resolved": "https://registry.npmjs.org/react-native-secure-key-store/-/react-native-secure-key-store-2.0.9.tgz", + "integrity": "sha512-9qi1rOlv4qNSpJIjqcIB7d0EQSwo2Yho8NVBT/Jc9NeYibDLHdArLXl8jn8H6nlf+8alk/bXqr4rPINrCTtmog==" + }, "react-native-vector-icons": { "version": "9.2.0", "resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz", diff --git a/squarenotsquare/package.json b/squarenotsquare/package.json index a259870..fc7793e 100644 --- a/squarenotsquare/package.json +++ b/squarenotsquare/package.json @@ -14,6 +14,7 @@ "@react-navigation/stack": "^6.2.2", "react": "18.0.0", "react-native": "0.69.2", + "react-native-secure-key-store": "^2.0.9", "react-native-vector-icons": "^9.2.0", "react-redux": "^8.0.2", "realm": "^10.19.5",