From b426df46bc758b82da483be1f8d423e26bc4c3d9 Mon Sep 17 00:00:00 2001 From: Gregory Moskaliuk Date: Fri, 15 May 2026 13:54:27 +0200 Subject: [PATCH 1/4] Mark react-native-markdown-display as unmaintained Co-authored-by: Cursor --- react-native-libraries.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 94bacf93..c5df3d7d 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -3907,7 +3907,9 @@ "ios": true, "android": true, "expoGo": true, - "fireos": true + "fireos": true, + "unmaintained": true, + "alternatives": ["react-native-enriched-markdown"] }, { "githubUrl": "https://github.com/i18next/react-i18next", From 28e8f991ec2fcb0c84557b60fec9a8d5304af21e Mon Sep 17 00:00:00 2001 From: Gregory Moskaliuk Date: Fri, 15 May 2026 13:59:52 +0200 Subject: [PATCH 2/4] Remove alternatives entry for unmaintained library in react-native-libraries.json --- react-native-libraries.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index c5df3d7d..74744d6e 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -3908,8 +3908,7 @@ "android": true, "expoGo": true, "fireos": true, - "unmaintained": true, - "alternatives": ["react-native-enriched-markdown"] + "unmaintained": true }, { "githubUrl": "https://github.com/i18next/react-i18next", From d49d314f9caf2b4458103b8a609af59b53fc310f Mon Sep 17 00:00:00 2001 From: Gregory Moskaliuk Date: Fri, 15 May 2026 14:00:51 +0200 Subject: [PATCH 3/4] Add react-native-enriched-markdown as alternative to react-native-markdown-display Co-authored-by: Cursor --- 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 74744d6e..c5df3d7d 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -3908,7 +3908,8 @@ "android": true, "expoGo": true, "fireos": true, - "unmaintained": true + "unmaintained": true, + "alternatives": ["react-native-enriched-markdown"] }, { "githubUrl": "https://github.com/i18next/react-i18next", From 1e0f555c6eeb49bcb48b242d3123bbfe8e82ca21 Mon Sep 17 00:00:00 2001 From: Gregory Moskaliuk Date: Fri, 15 May 2026 14:16:53 +0200 Subject: [PATCH 4/4] Retrigger CI Co-authored-by: Cursor