From f0f3ace453519645469c0ea36986cb2dd9e54866 Mon Sep 17 00:00:00 2001 From: Gregory Moskaliuk Date: Tue, 24 Mar 2026 17:23:41 +0100 Subject: [PATCH 1/2] Add macOS support flag to react-native-enriched-markdown --- react-native-libraries.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index d7b59efa..ce961a5c 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19275,9 +19275,10 @@ "githubUrl": "https://github.com/software-mansion-labs/react-native-enriched-markdown", "examples": [ "https://github.com/software-mansion-labs/react-native-enriched-markdown/tree/main/example" - ], + ], "ios": true, "android": true, + "macos": true, "newArchitecture": true }, { From 06560fd31284ffc0fdf44198acda8df8144a12b2 Mon Sep 17 00:00:00 2001 From: Gregory Moskaliuk Date: Tue, 24 Mar 2026 17:25:59 +0100 Subject: [PATCH 2/2] Fix formatting in react-native-enriched-markdown library entry --- 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 ce961a5c..06f0f9f8 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19275,7 +19275,7 @@ "githubUrl": "https://github.com/software-mansion-labs/react-native-enriched-markdown", "examples": [ "https://github.com/software-mansion-labs/react-native-enriched-markdown/tree/main/example" - ], + ], "ios": true, "android": true, "macos": true,