From a56f0a0a9c58a98e45a37b08e2364e1bb69534fd Mon Sep 17 00:00:00 2001 From: asteriskzuo Date: Tue, 13 Jan 2026 11:31:13 +0800 Subject: [PATCH 1/2] Add rich text and rich text input library without webveiw --- react-native-libraries.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/react-native-libraries.json b/react-native-libraries.json index c3ed9f926..8e8bcc9bc 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19037,5 +19037,15 @@ "ios": true, "android": true, "newArchitecture": true + }, + { + "githubUrl": "https://github.com/AsteriskZuo/react-native-rich-text-fabric", + "npmPkg": "react-native-rich-text-fabric", + "examples": [ + "https://github.com/AsteriskZuo/react-native-rich-text-fabric/tree/main/example" + ], + "ios": true, + "android": true, + "newArchitecture": "new-arch-only" } ] From c07f7a047567cc374fdf51a451dd34c6d0e0c046 Mon Sep 17 00:00:00 2001 From: asteriskzuo Date: Sun, 18 Jan 2026 17:01:49 +0800 Subject: [PATCH 2/2] resolve code conflicts --- react-native-libraries.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/react-native-libraries.json b/react-native-libraries.json index 2d1d6f1af..bdeb7ee34 100644 --- a/react-native-libraries.json +++ b/react-native-libraries.json @@ -19137,13 +19137,6 @@ "ios": true, "newArchitecture": true }, - { - "githubUrl": "https://github.com/AsteriskZuo/react-native-rich-text-fabric", - "examples": ["https://github.com/AsteriskZuo/react-native-rich-text-fabric/tree/main/example"], - "ios": true, - "android": true, - "newArchitecture": "new-arch-only" - }, { "githubUrl": "https://github.com/TomWq/expo-gaode-map/tree/main/packages/search", "npmPkg": "expo-gaode-map-search",