Navigation theming and native Android

This commit is contained in:
Niklas Korz 2024-01-01 21:56:47 +01:00
parent 8a74d3e2c9
commit f4a2e7d08d
51 changed files with 1209 additions and 34 deletions

View file

@ -4,8 +4,8 @@
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
@ -30,7 +30,9 @@
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6",
"react-responsive": "^9.0.2",
"swr": "^2.2.4"
"swr": "^2.2.4",
"expo-dev-client": "~2.4.12",
"expo-splash-screen": "~0.20.5"
},
"devDependencies": {
"@babel/core": "^7.20.0",