From 6d02c41d123710bce10105b8dbe95d01ae9f4b8a Mon Sep 17 00:00:00 2001 From: Niklas Weber Date: Wed, 6 May 2026 23:15:37 +0200 Subject: [PATCH 1/3] add react-native-s3-bg-uploader to react-native-libraries.json --- react-native-libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index b47c7176..58d255db 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20927,5 +20927,17 @@ "android": true, "expoGo": true, "dev": true + }, + { + "githubUrl": "https://github.com/nikwebr/react-native-s3-bg-uploader", + "npmPkg": "react-native-s3-bg-uploader", + "examples": [ + "https://github.com/nikwebr/react-native-s3-bg-uploader/tree/master/example" + ], + "images": [""], + "ios": true, + "android": true, + "web": true, + "newArchitecture": "new-arch-only" } ] From e8c99901d21c82539516b47699756061a1305ca9 Mon Sep 17 00:00:00 2001 From: Niklas Weber Date: Wed, 6 May 2026 23:26:02 +0200 Subject: [PATCH 2/3] remove image --- react-native-libraries.json | 1 - 1 file changed, 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 58d255db..9232a39b 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20934,7 +20934,6 @@ "examples": [ "https://github.com/nikwebr/react-native-s3-bg-uploader/tree/master/example" ], - "images": [""], "ios": true, "android": true, "web": true, From f66b823d561e2b50e5f97e3e5504dae92d844ad1 Mon Sep 17 00:00:00 2001 From: Niklas Weber Date: Wed, 6 May 2026 23:34:37 +0200 Subject: [PATCH 3/3] fix --- react-native-libraries.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 9232a39b..3a70b1e0 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20931,9 +20931,7 @@ { "githubUrl": "https://github.com/nikwebr/react-native-s3-bg-uploader", "npmPkg": "react-native-s3-bg-uploader", - "examples": [ - "https://github.com/nikwebr/react-native-s3-bg-uploader/tree/master/example" - ], + "examples": ["https://github.com/nikwebr/react-native-s3-bg-uploader/tree/master/example"], "ios": true, "android": true, "web": true,