From 5227727f6abd1ea7fd147a1bfa9f7488036afd39 Mon Sep 17 00:00:00 2001 From: Sairaj Kalkundre Date: Wed, 4 Mar 2026 15:58:28 +0100 Subject: [PATCH 1/2] Add react-native-ferropix to libraries list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds react-native-ferropix — high-performance image compression and manipulaton for React Native, powered by Rust. iOS + Android New Architecture (TurboModule/craby / JSI) Published on npm: https://www.npmjs.com/package/react-native-ferropix?activeTab=readme --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index fbca033b..7e25f043 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19887,4 +19887,11 @@ "examples": ["https://github.com/KGGrande/react-native-launcher-windows/tree/main/example"], "windows": true } + { + "githubUrl": "https://github.com/sairajKalkundre/react-native-ferropix", + "examples": ["https://github.com/sairajKalkundre/react-native-ferropix/tree/master/example"], + "ios": true, + "android": true, + "newArchitecture": true + } ] From 82a7c335f2418e9b7ad336d821882f19acd30a6c Mon Sep 17 00:00:00 2001 From: Sairaj Kalkundre Date: Wed, 4 Mar 2026 16:01:20 +0100 Subject: [PATCH 2/2] Fix JSON formatting in react-native-libraries.json --- 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 7e25f043..7da238ea 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19886,7 +19886,7 @@ "githubUrl": "https://github.com/KGGrande/react-native-launcher-windows", "examples": ["https://github.com/KGGrande/react-native-launcher-windows/tree/main/example"], "windows": true - } + }, { "githubUrl": "https://github.com/sairajKalkundre/react-native-ferropix", "examples": ["https://github.com/sairajKalkundre/react-native-ferropix/tree/master/example"],