Regenerate iOS and Android projects, patch boost issue

This commit is contained in:
Niklas Korz 2024-01-01 22:52:34 +01:00
parent d5e02b5b84
commit 6390d56470
31 changed files with 2759 additions and 8 deletions

View file

@ -6,7 +6,8 @@
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
@ -16,8 +17,11 @@
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"expo": "~49.0.15",
"expo-dev-client": "~2.4.12",
"expo-screen-orientation": "~6.0.6",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"pocketbase": "^0.20.1",
"react": "18.2.0",
"react-dom": "18.2.0",
@ -30,13 +34,14 @@
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6",
"react-responsive": "^9.0.2",
"swr": "^2.2.4",
"expo-dev-client": "~2.4.12",
"expo-splash-screen": "~0.20.5"
"swr": "^2.2.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.14",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"sharp-cli": "^4.2.0",
"typescript": "^5.1.3"
},
"private": true