From fc0aab07e363ed2653080a1484e2e49d936531ea Mon Sep 17 00:00:00 2001 From: Simone Gauli <93389293+Pnlvfx@users.noreply.github.com> Date: Sun, 3 May 2026 12:36:11 +0200 Subject: [PATCH 1/2] Add @simonegauli/react-native-context-menu to the directory --- react-native-libraries.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index 14aa9c95..fca7e712 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20820,5 +20820,16 @@ "npmPkg": "@qvac/sdk", "ios": true, "android": true + }, + { + "githubUrl": "https://github.com/Pnlvfx/react-native-context-menu", + "npmPkg": "@simonegauli/react-native-context-menu", + "examples": [""], + "images": [""], + "newArchitecture": true, + "ios": true, + "macos": true, + "tvos": true, + "visionos": true } ] From 1a87b4009b00d726fa148abe53c24fc77725397f Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Sun, 3 May 2026 14:43:59 +0200 Subject: [PATCH 2/2] entry tweaks and cleanup --- react-native-libraries.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index fca7e712..83ef9116 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -20824,12 +20824,9 @@ { "githubUrl": "https://github.com/Pnlvfx/react-native-context-menu", "npmPkg": "@simonegauli/react-native-context-menu", - "examples": [""], - "images": [""], + "examples": ["https://github.com/Pnlvfx/react-native-context-menu/tree/main/example"], "newArchitecture": true, "ios": true, - "macos": true, - "tvos": true, - "visionos": true + "tvos": true } ]