From 0876ce7e5de18d70e4d1e60227d9c1a52f4ea2b9 Mon Sep 17 00:00:00 2001 From: Yiwei Gong Date: Sun, 22 Jun 2025 00:28:13 +0800 Subject: [PATCH 1/4] add react-native-remark --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7a79692..78079654 100644 --- a/README.md +++ b/README.md @@ -806,6 +806,7 @@ Components and native modules. * [react-native-htmltext ★132](https://github.com/siuying/react-native-htmltext) - Use HTML like markup to create stylized text in react-native. * [react-native-html-webview ★102](https://github.com/almost/react-native-html-webview) - Display (possibly untrusted) HTML using a UIWebView in React Native. * [react-native-html-render ★98](https://github.com/soliury/react-native-html-render) - A html render for react-native +* [react-native-remark](https://github.com/imwithye/react-native-remark) - A beautiful and customizable Markdown renderer for React Native that supports GFM, syntax highlighting, tables, images, dark mode, and more (without webview). * [react-native-markdown-display ★57](https://github.com/iamacup/react-native-markdown-display/) - Highly customizable Markdown renderer using native components for all its elements without any web-view. * [react-native-measure-text ★48](https://github.com/airamrguez/react-native-measure-text) - Measure text height without laying it out. * [react-native-markdown-editor ★47](https://github.com/kunall17/react-native-markdown-editor) - Markdown editor like github comment editor (contains preview, markdown buttons) From 4d2d53c74429ef3ee26026289593e493edbc3a47 Mon Sep 17 00:00:00 2001 From: Yiwei Gong Date: Sun, 22 Jun 2025 00:33:16 +0800 Subject: [PATCH 2/4] add stars --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78079654..4622ced1 100644 --- a/README.md +++ b/README.md @@ -806,7 +806,7 @@ Components and native modules. * [react-native-htmltext ★132](https://github.com/siuying/react-native-htmltext) - Use HTML like markup to create stylized text in react-native. * [react-native-html-webview ★102](https://github.com/almost/react-native-html-webview) - Display (possibly untrusted) HTML using a UIWebView in React Native. * [react-native-html-render ★98](https://github.com/soliury/react-native-html-render) - A html render for react-native -* [react-native-remark](https://github.com/imwithye/react-native-remark) - A beautiful and customizable Markdown renderer for React Native that supports GFM, syntax highlighting, tables, images, dark mode, and more (without webview). +* [react-native-remark ★6](https://github.com/imwithye/react-native-remark) - A beautiful and customizable Markdown renderer for React Native that supports GFM, syntax highlighting, tables, images, dark mode, and more (without webview). * [react-native-markdown-display ★57](https://github.com/iamacup/react-native-markdown-display/) - Highly customizable Markdown renderer using native components for all its elements without any web-view. * [react-native-measure-text ★48](https://github.com/airamrguez/react-native-measure-text) - Measure text height without laying it out. * [react-native-markdown-editor ★47](https://github.com/kunall17/react-native-markdown-editor) - Markdown editor like github comment editor (contains preview, markdown buttons) From aa00e03eab7e3f0ed9e5b41ba1627d80bb46d69f Mon Sep 17 00:00:00 2001 From: Yiwei Gong Date: Sun, 22 Jun 2025 17:09:23 +0800 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4622ced1..e446bdd1 100644 --- a/README.md +++ b/README.md @@ -806,7 +806,7 @@ Components and native modules. * [react-native-htmltext ★132](https://github.com/siuying/react-native-htmltext) - Use HTML like markup to create stylized text in react-native. * [react-native-html-webview ★102](https://github.com/almost/react-native-html-webview) - Display (possibly untrusted) HTML using a UIWebView in React Native. * [react-native-html-render ★98](https://github.com/soliury/react-native-html-render) - A html render for react-native -* [react-native-remark ★6](https://github.com/imwithye/react-native-remark) - A beautiful and customizable Markdown renderer for React Native that supports GFM, syntax highlighting, tables, images, dark mode, and more (without webview). +* [react-native-remark ★9](https://github.com/imwithye/react-native-remark) - A beautiful and customizable Markdown renderer for React Native that supports GFM, syntax highlighting, tables, images, dark mode, and more (without webview). * [react-native-markdown-display ★57](https://github.com/iamacup/react-native-markdown-display/) - Highly customizable Markdown renderer using native components for all its elements without any web-view. * [react-native-measure-text ★48](https://github.com/airamrguez/react-native-measure-text) - Measure text height without laying it out. * [react-native-markdown-editor ★47](https://github.com/kunall17/react-native-markdown-editor) - Markdown editor like github comment editor (contains preview, markdown buttons) From fcb21ba18cb378e1ec70407506431100d01ca413 Mon Sep 17 00:00:00 2001 From: Yiwei Gong Date: Tue, 24 Jun 2025 22:48:50 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e446bdd1..ab63037b 100644 --- a/README.md +++ b/README.md @@ -806,7 +806,7 @@ Components and native modules. * [react-native-htmltext ★132](https://github.com/siuying/react-native-htmltext) - Use HTML like markup to create stylized text in react-native. * [react-native-html-webview ★102](https://github.com/almost/react-native-html-webview) - Display (possibly untrusted) HTML using a UIWebView in React Native. * [react-native-html-render ★98](https://github.com/soliury/react-native-html-render) - A html render for react-native -* [react-native-remark ★9](https://github.com/imwithye/react-native-remark) - A beautiful and customizable Markdown renderer for React Native that supports GFM, syntax highlighting, tables, images, dark mode, and more (without webview). +* [react-native-remark ★21](https://github.com/imwithye/react-native-remark) - A beautiful and customizable Markdown renderer for React Native that supports GFM, syntax highlighting, tables, images, dark mode, and more (without webview). * [react-native-markdown-display ★57](https://github.com/iamacup/react-native-markdown-display/) - Highly customizable Markdown renderer using native components for all its elements without any web-view. * [react-native-measure-text ★48](https://github.com/airamrguez/react-native-measure-text) - Measure text height without laying it out. * [react-native-markdown-editor ★47](https://github.com/kunall17/react-native-markdown-editor) - Markdown editor like github comment editor (contains preview, markdown buttons)