From e049dc82e297e3419c5c6a388c494728d5d3be4b Mon Sep 17 00:00:00 2001 From: nawbc Date: Fri, 10 Jul 2026 11:33:01 +0800 Subject: [PATCH 1/2] chore: add @deskbtm/react-native-bottom-sheet Co-authored-by: Cursor --- react-native-libraries.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index f3a4dc1a..59f3a7ce 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23294,5 +23294,17 @@ "examples": ["https://github.com/venky145/RN-VideoFeed/tree/main/VideoFeedSample"], "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/deskbtm/react-native-bottom-sheet", + "npmPkg": "@deskbtm/react-native-bottom-sheet", + "examples": ["https://github.com/deskbtm/react-native-bottom-sheet/tree/main/example"], + "images": [ + "https://github.com/user-attachments/assets/88fd0a40-5407-4715-8aed-8ec8fe6c9d23" + ], + "ios": true, + "android": true, + "web": true, + "newArchitecture": true } ] From b8415c2e874a8dc3bcab8604b209cd4ad0f1a5cc Mon Sep 17 00:00:00 2001 From: nawbc Date: Fri, 10 Jul 2026 11:44:50 +0800 Subject: [PATCH 2/2] fix: remove images entry that fails schema validation Directory images must use a .gif/.png/.webp URL; GitHub user-attachments links are not accepted. Co-authored-by: Cursor --- react-native-libraries.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 59f3a7ce..7f6e6f68 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -23299,9 +23299,6 @@ "githubUrl": "https://github.com/deskbtm/react-native-bottom-sheet", "npmPkg": "@deskbtm/react-native-bottom-sheet", "examples": ["https://github.com/deskbtm/react-native-bottom-sheet/tree/main/example"], - "images": [ - "https://github.com/user-attachments/assets/88fd0a40-5407-4715-8aed-8ec8fe6c9d23" - ], "ios": true, "android": true, "web": true,