|
@@ -3,15 +3,17 @@
|
|
"version": "1.0.0",
|
|
"version": "1.0.0",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
"scripts": {
|
|
"scripts": {
|
|
- "start": "expo start",
|
|
|
|
|
|
+ "start": "expo start --dev-client",
|
|
"android": "expo start --android",
|
|
"android": "expo start --android",
|
|
"ios": "expo start --ios",
|
|
"ios": "expo start --ios",
|
|
- "web": "expo start --web",
|
|
|
|
- "postinstall": "patch-package"
|
|
|
|
|
|
+ "build:dev": "eas build --profile development",
|
|
|
|
+ "build:prod": "ENV=production eas build --platform all --profile production",
|
|
|
|
+ "publish:prod": "ENV=production eas update --branch production"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
"@react-native-async-storage/async-storage": "1.18.2",
|
|
"@react-native-async-storage/async-storage": "1.18.2",
|
|
"@react-native-community/datetimepicker": "7.2.0",
|
|
"@react-native-community/datetimepicker": "7.2.0",
|
|
|
|
+ "@react-native-community/masked-view": "^0.1.11",
|
|
"@react-native-community/netinfo": "9.3.10",
|
|
"@react-native-community/netinfo": "9.3.10",
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
|
"@react-navigation/bottom-tabs": "^6.5.11",
|
|
"@react-navigation/material-top-tabs": "^6.6.5",
|
|
"@react-navigation/material-top-tabs": "^6.6.5",
|
|
@@ -24,11 +26,14 @@
|
|
"dotenv": "^16.3.1",
|
|
"dotenv": "^16.3.1",
|
|
"expo": "~49.0.15",
|
|
"expo": "~49.0.15",
|
|
"expo-checkbox": "~2.4.0",
|
|
"expo-checkbox": "~2.4.0",
|
|
|
|
+ "expo-dev-client": "~2.4.12",
|
|
|
|
+ "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-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-status-bar": "~1.6.0",
|
|
|
|
+ "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",
|
|
@@ -36,16 +41,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-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-pager-view": "6.2.0",
|
|
"react-native-pager-view": "6.2.0",
|
|
|
|
+ "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-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",
|
|
- "zustand": "^4.4.7",
|
|
|
|
- "expo-image": "~1.3.5"
|
|
|
|
|
|
+ "zustand": "^4.4.7"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.0",
|
|
"@babel/core": "^7.20.0",
|