From b426df46bc758b82da483be1f8d423e26bc4c3d9 Mon Sep 17 00:00:00 2001 From: Gregory Moskaliuk Date: Fri, 15 May 2026 13:54:27 +0200 Subject: [PATCH 1/2] 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/2] 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",