fix(sdk): support expo 52 for react-native

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-25 10:42:03 +01:00
parent eb05e0ee33
commit 9fca3798cc

View File

@@ -16,8 +16,8 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"expo-application": "^5",
"expo-constants": "14 - 16",
"react-native": "0.73 - 0.74"
"expo-application": "5 - 6",
"expo-constants": "14 - 17",
"react-native": "*"
}
}
}