Added: web support

This commit is contained in:
2024-05-04 00:16:27 +02:00
parent 3a7b83b990
commit 77e5082680
2 changed files with 102 additions and 2 deletions

View File

@@ -12,7 +12,10 @@
"expo": "~50.0.17",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.73.6"
"react-native": "0.73.6",
"react-native-web": "~0.19.6",
"react-dom": "18.2.0",
"@expo/metro-runtime": "~3.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"