|
@@ -4,8 +4,8 @@
|
|
|
"main": "node_modules/expo/AppEntry.js",
|
|
|
"scripts": {
|
|
|
"start": "expo start --dev-client",
|
|
|
- "android": "expo start --android",
|
|
|
- "ios": "expo start --ios",
|
|
|
+ "android": "expo run:android",
|
|
|
+ "ios": "expo run:ios",
|
|
|
"build:dev": "eas build --profile development",
|
|
|
"build:prod": "ENV=production eas build --platform all --profile production",
|
|
|
"publish:prod": "ENV=production eas update --branch production",
|
|
@@ -20,7 +20,7 @@
|
|
|
"@react-navigation/native": "^6.1.9",
|
|
|
"@react-navigation/native-stack": "^6.9.17",
|
|
|
"@react-navigation/stack": "^6.3.20",
|
|
|
- "@sentry/react-native": "~5.24.3",
|
|
|
+ "@sentry/react-native": "~5.33.2",
|
|
|
"@shopify/flash-list": "1.6.4",
|
|
|
"@tanstack/react-query": "latest",
|
|
|
"@turf/turf": "^6.5.0",
|
|
@@ -41,6 +41,7 @@
|
|
|
"expo-notifications": "~0.28.16",
|
|
|
"expo-splash-screen": "~0.27.5",
|
|
|
"expo-sqlite": "^14.0.6",
|
|
|
+ "expo-status-bar": "~1.12.1",
|
|
|
"expo-updates": "~0.25.24",
|
|
|
"formik": "^2.4.5",
|
|
|
"moment": "^2.29.4",
|
|
@@ -53,7 +54,8 @@
|
|
|
"react-native-color-matrix-image-filters": "^7.0.1",
|
|
|
"react-native-device-detection": "^0.2.1",
|
|
|
"react-native-gesture-handler": "~2.16.1",
|
|
|
- "react-native-google-places-autocomplete": "^2.5.6",
|
|
|
+ "react-native-get-random-values": "^1.11.0",
|
|
|
+ "react-native-google-places-autocomplete": "^2.5.7",
|
|
|
"react-native-image-viewing": "^0.2.2",
|
|
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
|
"react-native-map-clustering": "^3.4.2",
|
|
@@ -73,6 +75,7 @@
|
|
|
"react-native-tab-view": "^3.5.2",
|
|
|
"react-native-view-shot": "^3.7.0",
|
|
|
"react-native-walkthrough-tooltip": "^1.6.0",
|
|
|
+ "uuid": "^10.0.0",
|
|
|
"yup": "^1.3.3",
|
|
|
"zustand": "^4.4.7"
|
|
|
},
|