Make the basic example app work on web

This commit is contained in:
Zoe Roux
2024-07-01 03:32:28 +00:00
parent cce24cd829
commit aa85d71b87
4 changed files with 196 additions and 218 deletions

View File

@@ -13,12 +13,15 @@
"pod-install:newarch": "cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install && cd .."
},
"dependencies": {
"@expo/metro-runtime": "~3.2.1",
"@react-native-picker/picker": "2.7.5",
"expo": "^51.0.17",
"expo-asset": "^10.0.9",
"expo-image": "^1.12.12",
"react": "18.2.0",
"react-native": "0.74.3",
"react-dom": "18.2.0",
"react-native-web": "~0.19.10",
"react-native-windows": "0.74.1"
},
"devDependencies": {