From 9fca3798cc30b255500b4d51c2689f1bab413dd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Mon, 25 Nov 2024 10:42:03 +0100 Subject: [PATCH] fix(sdk): support expo 52 for react-native --- packages/sdks/react-native/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sdks/react-native/package.json b/packages/sdks/react-native/package.json index d3468116..08dd300b 100644 --- a/packages/sdks/react-native/package.json +++ b/packages/sdks/react-native/package.json @@ -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": "*" } -} +} \ No newline at end of file