Navigation theming and native Android
This commit is contained in:
parent
8a74d3e2c9
commit
f4a2e7d08d
51 changed files with 1209 additions and 34 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue