From 0cdc7d264f78aa3f3a0ee67297c2120fcffa1df7 Mon Sep 17 00:00:00 2001 From: Ahmed Sbai Date: Fri, 24 Oct 2025 09:15:23 +0200 Subject: [PATCH 1/2] Add react-native-menus library details --- react-native-libraries.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8bbde4bf0..ea2b86f88 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -7064,7 +7064,7 @@ "examples": ["https://github.com/oblador/react-native-vector-image/tree/master/Example"], "ios": true, "android": true, - "web": true, + "web": true, "newArchitecture": true }, { @@ -17751,5 +17751,18 @@ "tvos": true, "visionos": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/sbaiahmed1/react-native-menus", + "npmPkg": "react-native-menus", + "examples": [ + "https://github.com/sbaiahmed1/react-native-menus/tree/main/example" + ], + "images": ["https://raw.githubusercontent.com/sbaiahmed1/react-native-menus/refs/heads/main/android-image.png", "https://raw.githubusercontent.com/sbaiahmed1/react-native-menus/refs/heads/main/ios-image.png"], + "ios": true, + "expo": true, + "android": true, + "newArchitecture": true, + "expoGo": true } ] From bb4fe9a75d071900547e75d12f95534fc8f3b0bf Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Fri, 24 Oct 2025 15:59:13 +0200 Subject: [PATCH 2/2] formatting tweak --- react-native-libraries.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index ea2b86f88..6a9e121de 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -17758,7 +17758,10 @@ "examples": [ "https://github.com/sbaiahmed1/react-native-menus/tree/main/example" ], - "images": ["https://raw.githubusercontent.com/sbaiahmed1/react-native-menus/refs/heads/main/android-image.png", "https://raw.githubusercontent.com/sbaiahmed1/react-native-menus/refs/heads/main/ios-image.png"], + "images": [ + "https://raw.githubusercontent.com/sbaiahmed1/react-native-menus/refs/heads/main/android-image.png", + "https://raw.githubusercontent.com/sbaiahmed1/react-native-menus/refs/heads/main/ios-image.png" + ], "ios": true, "expo": true, "android": true,