first version of the cruise lovers app, build 1.0.1, ready to be published on the app store
This commit is contained in:
22
package.json
22
package.json
@@ -5,8 +5,8 @@
|
||||
"scripts": {
|
||||
"start": "expo start",
|
||||
"reset-project": "node ./scripts/reset-project.js",
|
||||
"android": "expo start --android",
|
||||
"ios": "expo start --ios",
|
||||
"android": "expo run:android",
|
||||
"ios": "expo run:ios",
|
||||
"web": "expo start --web",
|
||||
"lint": "expo lint"
|
||||
},
|
||||
@@ -16,18 +16,20 @@
|
||||
"@react-navigation/bottom-tabs": "^7.4.0",
|
||||
"@react-navigation/elements": "^2.6.3",
|
||||
"@react-navigation/native": "^7.1.8",
|
||||
"babel-preset-expo": "~54.0.10",
|
||||
"crypto-js": "^4.2.0",
|
||||
"expo": "~54.0.33",
|
||||
"expo-clipboard": "^56.0.3",
|
||||
"expo": "~54.0.35",
|
||||
"expo-clipboard": "~8.0.8",
|
||||
"expo-constants": "~18.0.13",
|
||||
"expo-file-system": "^56.0.7",
|
||||
"expo-font": "~14.0.11",
|
||||
"expo-dev-client": "~6.0.21",
|
||||
"expo-file-system": "~19.0.23",
|
||||
"expo-font": "~14.0.12",
|
||||
"expo-haptics": "~15.0.8",
|
||||
"expo-image": "~3.0.11",
|
||||
"expo-linking": "~8.0.12",
|
||||
"expo-maps": "^56.0.6",
|
||||
"expo-router": "~6.0.23",
|
||||
"expo-sharing": "^56.0.13",
|
||||
"expo-maps": "~0.12.10",
|
||||
"expo-router": "~6.0.24",
|
||||
"expo-sharing": "~14.0.8",
|
||||
"expo-splash-screen": "~31.0.13",
|
||||
"expo-status-bar": "~3.0.9",
|
||||
"expo-symbols": "~1.0.8",
|
||||
@@ -42,7 +44,7 @@
|
||||
"react-native-screens": "~4.16.0",
|
||||
"react-native-svg": "15.12.1",
|
||||
"react-native-web": "~0.21.0",
|
||||
"react-native-webview": "^13.16.1",
|
||||
"react-native-webview": "13.15.0",
|
||||
"react-native-worklets": "0.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user