From 7a7a8012d5f09c50370e00713c4ec611f9c9c7cd Mon Sep 17 00:00:00 2001 From: Christian Falch Date: Thu, 1 May 2025 10:34:32 +0200 Subject: [PATCH 1/2] Update: removed expo-go from expo-background-fetch Expo Go is no longer supported in SDK 53 for this library --- react-native-libraries.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 9e2103f2a..7cf97f9e5 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -2653,7 +2653,7 @@ "examples": ["https://docs.expo.dev/versions/latest/sdk/background-fetch/#usage"], "ios": true, "android": true, - "expoGo": true, + "expoGo": false, "newArchitecture": true }, { From 8d879048699d62e911357f62086fb6e9a96c62ef Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Thu, 1 May 2025 10:50:20 +0200 Subject: [PATCH 2/2] Update react-native-libraries.json --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 7cf97f9e5..a63d01a40 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -2653,7 +2653,6 @@ "examples": ["https://docs.expo.dev/versions/latest/sdk/background-fetch/#usage"], "ios": true, "android": true, - "expoGo": false, "newArchitecture": true }, {