|
@@ -24,7 +24,8 @@
|
|
"react-native-reanimated-carousel": "^3.5.1",
|
|
"react-native-reanimated-carousel": "^3.5.1",
|
|
"react-native-safe-area-context": "^4.6.4",
|
|
"react-native-safe-area-context": "^4.6.4",
|
|
"react-native-screens": "^3.20.0",
|
|
"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": {
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/core": "^7.20.0",
|
|
@@ -12374,6 +12375,17 @@
|
|
"node": ">=8.0"
|
|
"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": {
|
|
"node_modules/toidentifier": {
|
|
"version": "1.0.1",
|
|
"version": "1.0.1",
|
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz",
|