From 9e524a0ab2cda016c701a4f6f6edfbfc406c004d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AC=A7=E9=98=B3=E6=99=BA?= <1742104739@qq.com> Date: Wed, 3 Jan 2024 16:00:37 +0800 Subject: [PATCH] =?UTF-8?q?[Issues:=20#I8QMA7]=20=E6=9B=B4=E6=96=B0zh=5Fcn?= =?UTF-8?q?=E4=B8=ADreact-native-webview=E7=9A=84=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-webview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/react-native-webview.md b/zh-cn/react-native-webview.md index 244d9cd8..81007eb1 100644 --- a/zh-cn/react-native-webview.md +++ b/zh-cn/react-native-webview.md @@ -17,13 +17,13 @@ **正在 npm 发布中,当前请先从仓库[Release](https://github.com/react-native-oh-library/react-native-webview/releases)中获取库 tgz,通过使用本地依赖来安装本库。** ```bash -yarn add xxx +yarn add react-native-webview@file:../third_party/react-native-oh-tpl-react-native-webview-13.6.2-0.0.6.tgz ``` 或者 ```bash -npm install xxx +npm install react-native-webview@file:../third_party/react-native-oh-tpl-react-native-webview-13.6.2-0.0.6.tgz ``` 下面的代码展示了这个库的基本使用场景: -- Gitee