feat(sdk/react-native): add expo deps support for sdk 50

This commit is contained in:
Marc Köhler
2024-06-27 14:17:01 +08:00
committed by Carl-Gerhard Lindesvärd
parent 31f299d45e
commit 11d262cc2a

View File

@@ -22,8 +22,8 @@
},
"peerDependencies": {
"react-native": "^0.73.4",
"expo-application": "^5.8.4",
"expo-constants": "^15.4.6"
"expo-application": "^5.3.0 || ^5.8.4",
"expo-constants": "^14.4.2 || ^15.4.6"
},
"eslintConfig": {
"root": true,