From 5bac7f330c561e7642fc3136ed8f7282d92e5de8 Mon Sep 17 00:00:00 2001 From: wangqiuyun <727176064@qq.com> Date: Wed, 17 Dec 2025 17:12:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ID7VS4]=20=E4=B8=89?= =?UTF-8?q?=E6=96=B9=E5=BA=93=E6=96=87=E6=A1=A3DTS=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangqiuyun <727176064@qq.com> --- en/react-native-doc-viewer.md | 2 ++ zh-cn/react-native-doc-viewer.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/en/react-native-doc-viewer.md b/en/react-native-doc-viewer.md index b81d58c3..2b49f368 100644 --- a/en/react-native-doc-viewer.md +++ b/en/react-native-doc-viewer.md @@ -48,6 +48,8 @@ The following code shows the basic use scenario of the repository: > [!WARNING] The name of the imported repository remains unchanged. +> [!TIP] This example relies on the @react-native-ohos/react-native-fs library and is introduced with reference to [@react-native-ohos/react-native-fs](react-native-fs.md). + ```js import React, { Component } from 'react'; import { diff --git a/zh-cn/react-native-doc-viewer.md b/zh-cn/react-native-doc-viewer.md index 2b051471..2032e9df 100644 --- a/zh-cn/react-native-doc-viewer.md +++ b/zh-cn/react-native-doc-viewer.md @@ -48,6 +48,8 @@ yarn add @react-native-ohos/react-native-doc-viewer > [!WARNING] 使用时 import 的库名不变。 +> [!TIP] 本示例依赖@react-native-ohos/react-native-fs 库,参照[@react-native-ohos/react-native-fs](react-native-fs.md)进行引入。 + ```js import React, { Component } from 'react'; import { -- Gitee