Support web

This commit is contained in:
Yang Luo 2023-09-03 01:02:32 +08:00
parent a6df99aa51
commit e011daa9c3
2 changed files with 3883 additions and 2 deletions

3880
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,10 @@
"expo": "~49.0.8", "expo": "~49.0.8",
"expo-status-bar": "~1.6.0", "expo-status-bar": "~1.6.0",
"react": "18.2.0", "react": "18.2.0",
"react-native": "0.72.4" "react-native": "0.72.4",
"react-native-web": "~0.19.6",
"react-dom": "18.2.0",
"@expo/webpack-config": "^19.0.0"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.20.0" "@babel/core": "^7.20.0"