From a99c0144eac58c2724d68b8178619093f5bb484f Mon Sep 17 00:00:00 2001 From: Simek Date: Fri, 12 Sep 2025 12:32:06 +0200 Subject: [PATCH 1/2] correct libraries entries based on fetch logs --- react-native-libraries.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index eef579c64..e76931e9e 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -9316,7 +9316,8 @@ "newArchitecture": true }, { - "githubUrl": "https://github.com/ArunGovil/react-native-flatboard", + "githubUrl": "https://github.com/ArunGovil/react-native-flatboard/blob/main/release", + "npmPkg": "react-native-flatboard", "images": [ "https://raw.githubusercontent.com/ArunGovil/react-native-flatboard/main/src/assets/cover.webp" ], @@ -13422,9 +13423,6 @@ { "githubUrl": "https://github.com/mrousavy/nitro/tree/main/packages/react-native-nitro-modules", "examples": ["https://github.com/mrousavy/nitro/tree/main/example"], - "images": [ - "https://github.com/mrousavy/nitro/blob/main/docs/static/img/social-card.png?raw=true" - ], "ios": true, "android": true, "tvos": true, @@ -13435,11 +13433,7 @@ }, { "githubUrl": "https://github.com/mrousavy/nitro/tree/main/packages/nitrogen", - "npmPkg": "nitro-codegen", "examples": ["https://github.com/mrousavy/nitro/tree/main/example"], - "images": [ - "https://github.com/mrousavy/nitro/blob/main/docs/static/img/social-card.png?raw=true" - ], "ios": true, "android": true, "tvos": true, From df8a8efc0676aa154495a12d9787c94a66d00b0f Mon Sep 17 00:00:00 2001 From: Simek Date: Fri, 12 Sep 2025 12:35:01 +0200 Subject: [PATCH 2/2] correct react-native-flatboard url --- 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 e76931e9e..bb26fc037 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -9316,7 +9316,7 @@ "newArchitecture": true }, { - "githubUrl": "https://github.com/ArunGovil/react-native-flatboard/blob/main/release", + "githubUrl": "https://github.com/ArunGovil/react-native-flatboard/tree/main/release", "npmPkg": "react-native-flatboard", "images": [ "https://raw.githubusercontent.com/ArunGovil/react-native-flatboard/main/src/assets/cover.webp"