From f981ffe7d172b13d762a83228e6b8331e0708c28 Mon Sep 17 00:00:00 2001 From: Christian Falch <875252+chrfalch@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:31:05 +0100 Subject: [PATCH] expo-background-fetch supports newArch in SDK 52 (#1420) --- react-native-libraries.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 623cc25c..d99a417e 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -2649,7 +2649,7 @@ "ios": true, "android": true, "expoGo": true, - "newArchitecture": false + "newArchitecture": true }, { "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-barcode-scanner", @@ -13062,14 +13062,15 @@ }, { "githubUrl": "https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/packages/react-native-client", - "examples": ["https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/examples/fishjam-chat"], + "examples": [ + "https://github.com/fishjam-cloud/mobile-client-sdk/tree/main/examples/fishjam-chat" + ], "npmPkg": "@fishjam-cloud/react-native-client", "images": [ "https://raw.githubusercontent.com/fishjam-cloud/mobile-client-sdk/main/.github/images/fishjam-card.png" ], "ios": true, "android": true, - "expoGo": false, "newArchitecture": true }, {