From 177b0586f5368276d189977157de317ef67f15e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Billioud?= Date: Tue, 20 May 2025 18:19:29 +0200 Subject: [PATCH 1/4] Add pdf-lib, react-native-assets/navigation and rn-css to the directory --- react-native-libraries.json | 54 ++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 10 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index a6c9e4c67..ee6e31163 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -4494,8 +4494,8 @@ ], "ios": true, "android": true, - "newArchitecture": true, - "newArchitectureNote": "Supported since v14.1.0" + "newArchitecture": false, + "newArchitectureNote": "PR open for new architecture support https://github.com/teslamotors/react-native-camera-kit/issues/537" }, { "githubUrl": "https://github.com/BondGoat/react-native-native-video-player", @@ -5358,8 +5358,7 @@ "githubUrl": "https://github.com/FormidableLabs/react-native-app-auth/tree/main/packages/react-native-app-auth", "examples": ["https://github.com/FormidableLabs/react-native-app-auth/tree/main/examples/demo"], "ios": true, - "android": true, - "newArchitecture": true + "android": true }, { "githubUrl": "https://github.com/nandorojo/react-navigation-heavy-screen", @@ -9872,10 +9871,14 @@ { "githubUrl": "https://github.com/Sharcoux/slider", "npmPkg": "@react-native-assets/slider", - "examples": ["https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8?file=/src/App.js"], - "ios": true, + "examples": ["https://codesandbox.io/s/sharcoux-slider-demo-7fqnk8"], + "images": ["https://github.com/Sharcoux/slider/blob/master/slider.gif"], "android": true, - "web": true + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/lingui/js-lingui/tree/main/packages/react", @@ -12649,8 +12652,7 @@ ], "android": true, "ios": true, - "web": true, - "newArchitecture": true + "web": true }, { "githubUrl": "https://github.com/EdgarJMesquita/react-native-webp-converter", @@ -15372,5 +15374,37 @@ "android": true, "ios": true, "newArchitecture": true - } + }, + { + "githubUrl": "https://github.com/Sharcoux/rn-css", + "npmPkg": "rn-css", + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/cantoo-scribe/pdf-lib", + "npmPkg": "@cantoo/pdf-lib", + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true + }, + { + "githubUrl": "https://github.com/Sharcoux/navigation", + "npmPkg": "@react-native-assets/navigation", + "examples": ["https://snack.expo.dev/@sharcoux/react-native-navigation"], + "images": ["https://github.com/Sharcoux/navigation/blob/master/example/navigation.gif"], + "android": true, + "ios": true, + "web": true, + "expoGo": true, + "fireos": true, + "newArchitecture": true + }, ] From 88de48c99618e28f1f38cc5daa70dc4eac774d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Billioud?= Date: Tue, 20 May 2025 18:27:24 +0200 Subject: [PATCH 2/4] Update react-native-libraries.json --- react-native-libraries.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index ee6e31163..a38c5fe9f 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -4494,13 +4494,14 @@ ], "ios": true, "android": true, - "newArchitecture": false, - "newArchitectureNote": "PR open for new architecture support https://github.com/teslamotors/react-native-camera-kit/issues/537" + "newArchitecture": true, + "newArchitectureNote": "Supported since v14.1.0" }, { "githubUrl": "https://github.com/BondGoat/react-native-native-video-player", "ios": true, - "android": true + "android": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/jordanbyron/react-native-quick-actions", @@ -12652,7 +12653,8 @@ ], "android": true, "ios": true, - "web": true + "web": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/EdgarJMesquita/react-native-webp-converter", From a985777d42e703c0d44373f86d32ed6302c4870f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Billioud?= Date: Tue, 20 May 2025 18:31:07 +0200 Subject: [PATCH 3/4] Update react-native-libraries.json --- react-native-libraries.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index a38c5fe9f..6aa6f938f 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -4500,8 +4500,7 @@ { "githubUrl": "https://github.com/BondGoat/react-native-native-video-player", "ios": true, - "android": true, - "newArchitecture": true + "android": true }, { "githubUrl": "https://github.com/jordanbyron/react-native-quick-actions", @@ -5359,7 +5358,8 @@ "githubUrl": "https://github.com/FormidableLabs/react-native-app-auth/tree/main/packages/react-native-app-auth", "examples": ["https://github.com/FormidableLabs/react-native-app-auth/tree/main/examples/demo"], "ios": true, - "android": true + "android": true, + "newArchitecture": true }, { "githubUrl": "https://github.com/nandorojo/react-navigation-heavy-screen", From 70ec3f8b5645666f177129e75594be049a0dea80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Billioud?= Date: Tue, 20 May 2025 18:33:17 +0200 Subject: [PATCH 4/4] Update 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 6aa6f938f..780be8843 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -15408,5 +15408,5 @@ "expoGo": true, "fireos": true, "newArchitecture": true - }, + } ]