From 24128833e9eaaf7df83c0a177d82901e45ec3af1 Mon Sep 17 00:00:00 2001 From: zgf Date: Thu, 12 Jun 2025 18:40:05 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICESAS]:=20react-native-mar?= =?UTF-8?q?kdown-display=E6=96=87=E6=A1=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zgf --- en/react-native-markdown-display.md | 6 ------ zh-cn/react-native-markdown-display.md | 6 ------ 2 files changed, 12 deletions(-) diff --git a/en/react-native-markdown-display.md b/en/react-native-markdown-display.md index 563843b2..a75dffc1 100644 --- a/en/react-native-markdown-display.md +++ b/en/react-native-markdown-display.md @@ -76,12 +76,6 @@ const App: () => React$Node = () => { export default App; ``` -## Link - -Currently, HarmonyOS does not support AutoLink. Therefore, you need to manually configure the linking. - -Open the `harmony` directory of the HarmonyOS project in DevEco Studio. - ## Constraints ### Compatibility diff --git a/zh-cn/react-native-markdown-display.md b/zh-cn/react-native-markdown-display.md index bf178061..4a0475c8 100644 --- a/zh-cn/react-native-markdown-display.md +++ b/zh-cn/react-native-markdown-display.md @@ -74,12 +74,6 @@ const App: () => React$Node = () => { export default App; ``` -## Link - -目前 HarmonyOS 暂不支持` AutoLink`,所以` Link` 步骤需要手动配置。 - -首先需要使用 `DevEco Studio` 打开项目里的 HarmonyOS 工程 `harmony` - ## 约束与限制 ### 兼容性 -- Gitee