bun add react-dom react-native-web @expo/metro-runtime

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 15:47:55 +00:00
committed by GitHub
parent 2bb195c7be
commit 65d98c771e
2 changed files with 3 additions and 2 deletions
BIN
View File
Binary file not shown.
+3 -2
View File
@@ -15,6 +15,7 @@
"preset": "jest-expo"
},
"dependencies": {
"@expo/metro-runtime": "^3.2.3",
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "^6.0.2",
"eslint-config-prettier": "^9.1.0",
@@ -31,14 +32,14 @@
"nativewind": "^2.0.11",
"prettier": "^3.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dom": "^18.3.1",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-swiper": "^1.6.0",
"react-native-web": "~0.19.10"
"react-native-web": "^0.19.12"
},
"devDependencies": {
"@babel/core": "^7.20.0",