feat(sdk/react-native): update expo deps to latest sdk-50 versions

This commit is contained in:
Marc Köhler
2024-05-28 11:16:25 +08:00
committed by Carl-Gerhard Lindesvärd
parent 69b4fdc3d3
commit 31f299d45e

View File

@@ -22,8 +22,8 @@
}, },
"peerDependencies": { "peerDependencies": {
"react-native": "^0.73.4", "react-native": "^0.73.4",
"expo-application": "^5.3.0", "expo-application": "^5.8.4",
"expo-constants": "^14.4.2" "expo-constants": "^15.4.6"
}, },
"eslintConfig": { "eslintConfig": {
"root": true, "root": true,
@@ -32,4 +32,4 @@
] ]
}, },
"prettier": "@openpanel/prettier-config" "prettier": "@openpanel/prettier-config"
} }