From 424b57d305f0dbd1d6c6d812c38739fb872cde88 Mon Sep 17 00:00:00 2001 From: Manish-316 Date: Sat, 10 May 2025 14:53:22 +0530 Subject: [PATCH 1/2] Add metadata for metro package --- react-native-libraries.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index ec4bea71b..8234550c6 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -289,6 +289,13 @@ "android": true, "unmaintained": true }, + { + "githubUrl": "https://github.com/facebook/metro", + "ios": true, + "android": true, + "npmPkg": "metro", + "description": "The JavaScript bundler for React Native." + }, { "githubUrl": "https://github.com/vonovak/react-native-simple-toast", "ios": true, From 02f8817c2e0df3047a6a395295304ca1ed6d5595 Mon Sep 17 00:00:00 2001 From: Manish-316 Date: Sat, 10 May 2025 15:24:38 +0530 Subject: [PATCH 2/2] Update metadata for libraries --- react-native-libraries.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 8234550c6..bcc9e2ea3 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -289,13 +289,13 @@ "android": true, "unmaintained": true }, - { - "githubUrl": "https://github.com/facebook/metro", - "ios": true, - "android": true, - "npmPkg": "metro", - "description": "The JavaScript bundler for React Native." - }, + { + "githubUrl": "https://github.com/facebook/metro/tree/main/packages/metro", + "ios": true, + "android": true, + "npmPkg": "metro", + "description": "The JavaScript bundler for React Native." +}, { "githubUrl": "https://github.com/vonovak/react-native-simple-toast", "ios": true,