Savio Fernando преди 1 година
родител
ревизия
d907d96892
променени са 2 файла, в които са добавени 15 реда и са изтрити 2 реда
  1. 13 1
      package-lock.json
  2. 2 1
      package.json

+ 13 - 1
package-lock.json

@@ -24,7 +24,8 @@
         "react-native-reanimated-carousel": "^3.5.1",
         "react-native-safe-area-context": "^4.6.4",
         "react-native-screens": "^3.20.0",
-        "react-native-vector-icons": "^9.2.0"
+        "react-native-vector-icons": "^9.2.0",
+        "toggle-switch-react-native": "^3.3.0"
       },
       "devDependencies": {
         "@babel/core": "^7.20.0",
@@ -12374,6 +12375,17 @@
         "node": ">=8.0"
       }
     },
+    "node_modules/toggle-switch-react-native": {
+      "version": "3.3.0",
+      "resolved": "https://registry.npmjs.org/toggle-switch-react-native/-/toggle-switch-react-native-3.3.0.tgz",
+      "integrity": "sha512-DE0UjTOvUpUXjrRjF5r06dqzp/XrbDvJ6hYAwTp6ZgNrxn5Z7bDqe9Rs7axaRbWr7MXe5FdSGkCmfmK6tL7esw==",
+      "dependencies": {
+        "prop-types": "^15.5.7"
+      },
+      "peerDependencies": {
+        "react-native": ">=0.47.1"
+      }
+    },
     "node_modules/toidentifier": {
       "version": "1.0.1",
       "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",

+ 2 - 1
package.json

@@ -26,7 +26,8 @@
     "react-native-reanimated-carousel": "^3.5.1",
     "react-native-safe-area-context": "^4.6.4",
     "react-native-screens": "^3.20.0",
-    "react-native-vector-icons": "^9.2.0"
+    "react-native-vector-icons": "^9.2.0",
+    "toggle-switch-react-native": "^3.3.0"
   },
   "devDependencies": {
     "@babel/core": "^7.20.0",