From e5f3b71966f8f5989250221b3ab19b9dba952c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aravind=20=F0=9F=87=AE=F0=9F=87=B3?= <36630532+aravind3566@users.noreply.github.com> Date: Tue, 3 Feb 2026 07:48:51 +0700 Subject: [PATCH 1/6] Add iOS support to sp-react-native-in-app-updates --- react-native-libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 50d10885d..f82f2d550 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19454,7 +19454,8 @@ "images": [ "https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif" ], - "android": true + "android": true, + "ios": true, }, { "githubUrl": "https://github.com/luoxuhai/react-native-avif", From 4c28bb285532ac57aa4ff58361fc05f071be4d28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aravind=20=F0=9F=87=AE=F0=9F=87=B3?= <36630532+aravind3566@users.noreply.github.com> Date: Tue, 3 Feb 2026 07:54:29 +0700 Subject: [PATCH 2/6] Fix formatting of images array in react-native-libraries.json --- 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 f82f2d550..03e9ea169 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19451,9 +19451,7 @@ }, { "githubUrl": "https://github.com/SudoPlz/sp-react-native-in-app-updates", - "images": [ - "https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif" - ], + "images": ["https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif"], "android": true, "ios": true, }, From 3b4eb6a0b04aa9652326174ac1a3ff7ae6b60ee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aravind=20=F0=9F=87=AE=F0=9F=87=B3?= <36630532+aravind3566@users.noreply.github.com> Date: Tue, 3 Feb 2026 07:57:19 +0700 Subject: [PATCH 3/6] Add npm package information for sp-react-native-in-app-updates --- react-native-libraries.json | 1 + 1 file changed, 1 insertion(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 03e9ea169..6c8ae9a78 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19451,6 +19451,7 @@ }, { "githubUrl": "https://github.com/SudoPlz/sp-react-native-in-app-updates", + "npmPkg": "sp-react-native-in-app-updates", "images": ["https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif"], "android": true, "ios": true, From a27d72fce40b4ecad109bf59ef89d5652e05e370 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 3 Feb 2026 09:08:18 +0100 Subject: [PATCH 4/6] entry cleanup --- react-native-libraries.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 6c8ae9a78..51760a1e3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19451,10 +19451,9 @@ }, { "githubUrl": "https://github.com/SudoPlz/sp-react-native-in-app-updates", - "npmPkg": "sp-react-native-in-app-updates", "images": ["https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif"], "android": true, - "ios": true, + "ios": true }, { "githubUrl": "https://github.com/luoxuhai/react-native-avif", From 6b2bd53e2919c3ea4d1d991134de61f44bf85fcf Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 3 Feb 2026 09:09:37 +0100 Subject: [PATCH 5/6] revert correct `images` formatting --- react-native-libraries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 51760a1e3..29751c4b8 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19451,7 +19451,9 @@ }, { "githubUrl": "https://github.com/SudoPlz/sp-react-native-in-app-updates", - "images": ["https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif"], + "images": [ + "https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif" + ], "android": true, "ios": true }, From 9a00273be82fa83e5a4424ded0d0a0801a8cb380 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Tue, 3 Feb 2026 09:10:32 +0100 Subject: [PATCH 6/6] whitespace fix --- 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 29751c4b8..3b6b64346 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19452,7 +19452,7 @@ { "githubUrl": "https://github.com/SudoPlz/sp-react-native-in-app-updates", "images": [ - "https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif" + "https://user-images.githubusercontent.com/8539174/88419625-6db0ef00-cddd-11ea-814e-389db852368b.gif" ], "android": true, "ios": true