|
@@ -26,23 +26,24 @@
|
|
"axios": "^1.6.1",
|
|
"axios": "^1.6.1",
|
|
"dotenv": "^16.3.1",
|
|
"dotenv": "^16.3.1",
|
|
"expo": "~49.0.15",
|
|
"expo": "~49.0.15",
|
|
|
|
+ "expo-asset": "8.10.1",
|
|
"expo-checkbox": "~2.4.0",
|
|
"expo-checkbox": "~2.4.0",
|
|
|
|
+ "expo-constants": "14.4.2",
|
|
"expo-dev-client": "~2.4.12",
|
|
"expo-dev-client": "~2.4.12",
|
|
|
|
+ "expo-file-system": "15.4.5",
|
|
|
|
+ "expo-font": "11.4.0",
|
|
"expo-image": "~1.3.5",
|
|
"expo-image": "~1.3.5",
|
|
"expo-image-picker": "~14.3.2",
|
|
"expo-image-picker": "~14.3.2",
|
|
"expo-location": "~16.1.0",
|
|
"expo-location": "~16.1.0",
|
|
"expo-notifications": "~0.20.1",
|
|
"expo-notifications": "~0.20.1",
|
|
"expo-splash-screen": "~0.20.5",
|
|
"expo-splash-screen": "~0.20.5",
|
|
"expo-sqlite": "~11.3.3",
|
|
"expo-sqlite": "~11.3.3",
|
|
- "expo-status-bar": "~1.6.0",
|
|
|
|
"expo-updates": "~0.18.19",
|
|
"expo-updates": "~0.18.19",
|
|
"formik": "^2.4.5",
|
|
"formik": "^2.4.5",
|
|
"moment": "^2.29.4",
|
|
"moment": "^2.29.4",
|
|
"patch-package": "^8.0.0",
|
|
"patch-package": "^8.0.0",
|
|
- "postinstall-postinstall": "^2.1.0",
|
|
|
|
"react": "18.2.0",
|
|
"react": "18.2.0",
|
|
"react-native": "0.72.10",
|
|
"react-native": "0.72.10",
|
|
- "react-native-calendar-picker": "^7.1.4",
|
|
|
|
"react-native-calendars": "^1.1304.1",
|
|
"react-native-calendars": "^1.1304.1",
|
|
"react-native-device-detection": "^0.2.1",
|
|
"react-native-device-detection": "^0.2.1",
|
|
"react-native-gesture-handler": "~2.12.0",
|
|
"react-native-gesture-handler": "~2.12.0",
|
|
@@ -54,8 +55,6 @@
|
|
"react-native-modal": "^13.0.1",
|
|
"react-native-modal": "^13.0.1",
|
|
"react-native-pager-view": "6.2.0",
|
|
"react-native-pager-view": "6.2.0",
|
|
"react-native-progress": "^5.0.1",
|
|
"react-native-progress": "^5.0.1",
|
|
- "react-native-reanimated": "~3.3.0",
|
|
|
|
- "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-searchable-dropdown-kj": "^1.9.1",
|
|
@@ -67,7 +66,6 @@
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/core": "^7.20.0",
|
|
"@types/react": "~18.2.14",
|
|
"@types/react": "~18.2.14",
|
|
- "@types/react-native-calendar-picker": "^7.0.6",
|
|
|
|
"prettier": "^3.1.0",
|
|
"prettier": "^3.1.0",
|
|
"react-native-svg-transformer": "^1.1.0",
|
|
"react-native-svg-transformer": "^1.1.0",
|
|
"typescript": "^5.1.3"
|
|
"typescript": "^5.1.3"
|