From 0273f8b94d7e9f33cb0e7e941e6bb07ad2976073 Mon Sep 17 00:00:00 2001 From: Christian Falch Date: Thu, 1 May 2025 10:32:06 +0200 Subject: [PATCH 1/2] Added expo-background-task library Added expo-background-task library to the react-native-libraries.json file. --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 9e2103f2a..df38b2771 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14544,5 +14544,12 @@ "ios": true, "android": true, "newArchitecture": true + },{ + "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-background-task", + "examples": ["https://docs.expo.dev/versions/latest/sdk/background-task/#usage"], + "ios": true, + "android": true, + "expoGo": false, + "newArchitecture": true } ] From 835b1f1196c8d3d86379e0d7749801863280f995 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Thu, 1 May 2025 10:47:53 +0200 Subject: [PATCH 2/2] Apply suggestions from code review --- react-native-libraries.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index df38b2771..71fcc9937 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -14544,12 +14544,12 @@ "ios": true, "android": true, "newArchitecture": true - },{ + }, + { "githubUrl": "https://github.com/expo/expo/tree/main/packages/expo-background-task", "examples": ["https://docs.expo.dev/versions/latest/sdk/background-task/#usage"], "ios": true, "android": true, - "expoGo": false, "newArchitecture": true } ]