|
@@ -37,15 +37,18 @@
|
|
"react": "18.2.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.6",
|
|
"react-native": "0.72.6",
|
|
"react-native-calendar-picker": "^7.1.4",
|
|
"react-native-calendar-picker": "^7.1.4",
|
|
|
|
+ "react-native-device-detection": "^0.2.1",
|
|
"react-native-gesture-handler": "~2.12.0",
|
|
"react-native-gesture-handler": "~2.12.0",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
"react-native-maps": "1.7.1",
|
|
"react-native-maps": "1.7.1",
|
|
"react-native-mmkv": "^2.11.0",
|
|
"react-native-mmkv": "^2.11.0",
|
|
|
|
+ "react-native-modal": "^13.0.1",
|
|
"react-native-pager-view": "6.2.0",
|
|
"react-native-pager-view": "6.2.0",
|
|
"react-native-reanimated": "~3.3.0",
|
|
"react-native-reanimated": "~3.3.0",
|
|
"react-native-render-html": "^6.3.4",
|
|
"react-native-render-html": "^6.3.4",
|
|
"react-native-safe-area-context": "4.6.3",
|
|
"react-native-safe-area-context": "4.6.3",
|
|
"react-native-screens": "~3.22.0",
|
|
"react-native-screens": "~3.22.0",
|
|
|
|
+ "react-native-searchable-dropdown-kj": "^1.9.1",
|
|
"react-native-svg": "13.9.0",
|
|
"react-native-svg": "13.9.0",
|
|
"react-native-tab-view": "^3.5.2",
|
|
"react-native-tab-view": "^3.5.2",
|
|
"yup": "^1.3.3",
|
|
"yup": "^1.3.3",
|
|
@@ -15935,6 +15938,14 @@
|
|
"react": "18.2.0"
|
|
"react": "18.2.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-animatable": {
|
|
|
|
+ "version": "1.3.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.3.tgz",
|
|
|
|
+ "integrity": "sha512-2ckIxZQAsvWn25Ho+DK3d1mXIgj7tITkrS4pYDvx96WyOttSvzzFeQnM2od0+FUMzILbdHDsDEqZvnz1DYNQ1w==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "prop-types": "^15.7.2"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-calendar-picker": {
|
|
"node_modules/react-native-calendar-picker": {
|
|
"version": "7.1.4",
|
|
"version": "7.1.4",
|
|
"resolved": "https://registry.npmjs.org/react-native-calendar-picker/-/react-native-calendar-picker-7.1.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-calendar-picker/-/react-native-calendar-picker-7.1.4.tgz",
|
|
@@ -15954,6 +15965,11 @@
|
|
"react-native": "*"
|
|
"react-native": "*"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-device-detection": {
|
|
|
|
+ "version": "0.2.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-device-detection/-/react-native-device-detection-0.2.1.tgz",
|
|
|
|
+ "integrity": "sha512-0ErWdxoB4DPLuzzjgS3nUyzauo1YoJ0QjQJZMjx0dr3MGdF3SE9T3Lb2lKj3kPsTQYy5qnlWZ24DmQkHZlIjgw=="
|
|
|
|
+ },
|
|
"node_modules/react-native-gesture-handler": {
|
|
"node_modules/react-native-gesture-handler": {
|
|
"version": "2.12.1",
|
|
"version": "2.12.1",
|
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz",
|
|
@@ -16017,6 +16033,19 @@
|
|
"react-native": ">=0.71.0"
|
|
"react-native": ">=0.71.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-modal": {
|
|
|
|
+ "version": "13.0.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-13.0.1.tgz",
|
|
|
|
+ "integrity": "sha512-UB+mjmUtf+miaG/sDhOikRfBOv0gJdBU2ZE1HtFWp6UixW9jCk/bhGdHUgmZljbPpp0RaO/6YiMmQSSK3kkMaw==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "prop-types": "^15.6.2",
|
|
|
|
+ "react-native-animatable": "1.3.3"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": "*",
|
|
|
|
+ "react-native": ">=0.65.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-pager-view": {
|
|
"node_modules/react-native-pager-view": {
|
|
"version": "6.2.0",
|
|
"version": "6.2.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.2.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-pager-view/-/react-native-pager-view-6.2.0.tgz",
|
|
@@ -16089,6 +16118,18 @@
|
|
"react-native": "*"
|
|
"react-native": "*"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-searchable-dropdown-kj": {
|
|
|
|
+ "version": "1.9.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-searchable-dropdown-kj/-/react-native-searchable-dropdown-kj-1.9.1.tgz",
|
|
|
|
+ "integrity": "sha512-+I+QBjQik/EAvgsvF7MVUvriSpjprT7/VDd+ZvdHA/quY6zujgvTCjeQ7xUfzTuneokYyA8TgWSO0NkcMj35ZQ==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "lodash": "*"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": "*",
|
|
|
|
+ "react-native": "*"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-svg": {
|
|
"node_modules/react-native-svg": {
|
|
"version": "13.9.0",
|
|
"version": "13.9.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.9.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.9.0.tgz",
|