瀏覽代碼

Merge branch 'dev' of https://git.nomadmania.travel/Viktoriia/nomadmania-app into dev

Viktoriia 8 月之前
父節點
當前提交
3ce17b106f
共有 3 個文件被更改,包括 10 次插入6 次删除
  1. 2 2
      app.config.ts
  2. 7 4
      package.json
  3. 1 0
      src/screens/InAppScreens/TravelsScreen/SuggestSeriesScreen/index.tsx

+ 2 - 2
app.config.ts

@@ -22,7 +22,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.18',
+  version: '2.0.20',
   // Should be updated after every dependency change
   runtimeVersion: '1.5',
   orientation: 'portrait',
@@ -100,7 +100,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'INTERNET',
       'CAMERA'
     ],
-    versionCode: 71 // next version submitted to Google Play needs to be higher than that 2.0.18
+    versionCode: 73 // next version submitted to Google Play needs to be higher than that 2.0.20
   },
   plugins: [
     [

+ 7 - 4
package.json

@@ -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"
   },

+ 1 - 0
src/screens/InAppScreens/TravelsScreen/SuggestSeriesScreen/index.tsx

@@ -14,6 +14,7 @@ import {
 import MapView, { Marker } from 'react-native-maps';
 import ReactModal from 'react-native-modal';
 import axios from 'axios';
+import "react-native-get-random-values";
 import {
   GooglePlaceData,
   GooglePlaceDetail,