From 3a11c94712e52f022dae71864684b40d44212ab3 Mon Sep 17 00:00:00 2001
From: chenwenhui133 <2984202073@qq.com>
Date: Thu, 12 Jun 2025 20:08:05 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ICEMC1]=20=E4=BF=AE?=
=?UTF-8?q?=E6=94=B9=E6=96=87=E6=A1=A3=E4=B8=AD=E8=B7=AF=E5=BE=84=E8=B7=B3?=
=?UTF-8?q?=E8=BD=AC=E9=94=99=E8=AF=AF=EF=BC=8C=E5=B1=9E=E6=80=A7=E8=AF=B4?=
=?UTF-8?q?=E6=98=8E=E4=B8=8D=E7=AC=A6=EF=BC=8C=E4=B8=AD=E8=8B=B1=E6=96=87?=
=?UTF-8?q?=E4=B8=8D=E7=AC=A6=E7=AD=89=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
en/js/react-redux.md | 2 +-
en/react-native-community-toolbar-android.md | 2 +-
en/react-native-fs.md | 2 +-
en/react-native-keyboard-aware-scroll-view.md | 4 +--
en/react-native-sound.md | 4 ---
zh-cn/README.md | 36 +++++++++----------
zh-cn/js/react-redux.md | 2 +-
.../react-native-community-toolbar-android.md | 2 +-
zh-cn/react-native-fs.md | 2 +-
zh-cn/react-native-sound.md | 4 ---
10 files changed, 26 insertions(+), 34 deletions(-)
diff --git a/en/js/react-redux.md b/en/js/react-redux.md
index 061b1c88..dceffe4c 100644
--- a/en/js/react-redux.md
+++ b/en/js/react-redux.md
@@ -149,7 +149,7 @@ This document is verified based on the following versions:
## Static Methods
-For details, see [React Redux Official Documents](https://cn.react-redux.js.org/introduction/getting-started)
+For details, see [React Redux Official Documents](https://cn.react-redux.js.org/introduction/getting-started/#hooks)
#### **Hooks**
diff --git a/en/react-native-community-toolbar-android.md b/en/react-native-community-toolbar-android.md
index dc2d3e5e..78e9550c 100644
--- a/en/react-native-community-toolbar-android.md
+++ b/en/react-native-community-toolbar-android.md
@@ -4,7 +4,7 @@
@react-native-community/toolbar-android
-This project is based on [@react-native-toolbar-android/toolbar-android@v0.2.1](https://github.com/react-native-toolbar-android/toolbar-android).
+This project is based on [@react-native-toolbar-android/toolbar-android@v0.2.1](https://github.com/react-native-toolbar-android/toolbar-android/tree/v0.2.1).
This third-party library has been migrated to Gitee and is now available for direct download from npm, the new package name is: `@react-native-ohos/toolbar-android`, The version correspondence details are as follows:
diff --git a/en/react-native-fs.md b/en/react-native-fs.md
index ac98b147..14e63b71 100644
--- a/en/react-native-fs.md
+++ b/en/react-native-fs.md
@@ -298,7 +298,7 @@ Check the release version information in the release address of the third-party
| moveFile | Moves the file located at `filepath` to `destPath`. | function | iOS/Android | No | yes | |
| read | Reads `length` bytes from the given `position` of the file at `path` and returns contents. | function | iOS/Android | No | yes | |
| write | Write the `contents` to `filepath` at the given random access position. | function | iOS/Android | No | yes | |
-| touch | Sets the modification timestamp `mtime`of the file at `filepath`. | function | iOS/Android | No | partially | |
+| touch | Sets the modification timestamp `mtime`of the file at `filepath`. | function | iOS/Android | No | yes | |
| stat | Stats an item at `filepath`. | function | iOS/Android | No | yes | |
| readDir | Reads the contents of `path`. | function | iOS/Android | No | yes | |
| readDirAssets | Reads the contents of `dirpath ` in the Android app's assets folder. | function | Android | No | No | Android only |
diff --git a/en/react-native-keyboard-aware-scroll-view.md b/en/react-native-keyboard-aware-scroll-view.md
index d68bbb62..7dda3030 100644
--- a/en/react-native-keyboard-aware-scroll-view.md
+++ b/en/react-native-keyboard-aware-scroll-view.md
@@ -132,8 +132,8 @@ For details, see [react-native-keyboard-aware-scroll-view](https://github.com/AP
## Known Issues
-- [ ] RN0.72.28版本新架构暂未支持UIManager.viewIsDescendantOf() API,该API功能为:判断组件节点嵌套关系,并在callback中返回boolean类型参数: [issue#12](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/issues/12)
-- [ ] 键盘抬起部分生命周期未HarmonyOS化,功能不受影响 问题:[issue#17](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/issues/17)
+- [ ] The new architecture of RN0.72.28 does not currently support the UIManager. viewIsDescendantOf() API, which is used to determine the nested relationship between component nodes and return boolean type parameters in the callback. [issue#12](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/issues/12)
+- [ ] The lifecycle of the raised part of the keyboard is not adapted, and its functionality is not affected. Issue:[issue#17](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/issues/17)
## Others
diff --git a/en/react-native-sound.md b/en/react-native-sound.md
index ee801c2f..2b59258f 100644
--- a/en/react-native-sound.md
+++ b/en/react-native-sound.md
@@ -300,8 +300,6 @@ Check the release version information in the release address of the third-party
> [!TIP] If the value of **HarmonyOS Support** is **yes**, it means that the HarmonyOS platform supports this property; **no** means the opposite; **partially** means some capabilities of this property are supported. The usage method is the same on different platforms and the effect is the same as that of iOS or Android.
-详情请见[react-native-sound](https://github.com/react-native-oh-library/react-native-sound)
-
| Name | Description | Type | Required | Platform | HarmonyOS Support |
| ------------------------ | ------------------------------------------ | ------ | -------- | ----------- | ----------------- |
| setActive | Set the device activation status | function | No | iOS | no |
@@ -317,8 +315,6 @@ Check the release version information in the release address of the third-party
> [!TIP] If the value of **HarmonyOS Support** is **yes**, it means that the HarmonyOS platform supports this property; **no** means the opposite; **partially** means some capabilities of this property are supported. The usage method is the same on different platforms and the effect is the same as that of iOS or Android.
-详情请见[react-native-sound](https://github.com/react-native-oh-library/react-native-sound)
-
| Name | Description | Type | Required | Platform | HarmonyOS Support |
| ------------------------| ---------------------------------------- | ------- | -------- | ----------- | ----------------- |
| play | Start playing audio. | function | No | iOS、Android | yes |
diff --git a/zh-cn/README.md b/zh-cn/README.md
index e9254cd5..aa41acbb 100644
--- a/zh-cn/README.md
+++ b/zh-cn/README.md
@@ -53,23 +53,23 @@
| 20 | [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/6.x/packages/native) | 6.1.9 | \- | \- | \- | [链接](/zh-cn/react-navigation-native.md) |
| 21 | [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/6.x/packages/stack) | 6.3.19 | \- | \- | \- | [链接](/zh-cn/react-navigation-stack.md) |
| 22 | [@shopify/flash-list](https://github.com/Shopify/flash-list) | 1.6.3 | 否 | [@react-native-oh-tpl/flash-list](https://github.com/react-native-oh-library/flash-list) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/flash-list) | [链接](/zh-cn/shopify-flash-list.md) |
-| 23 | [react-native-idle-timer](https://github.com/react-native-oh-library/react-native-idle-timer) | 2.2.3 | 否 | 开发中 | 开发中 | 开发中 |
-| 24 | [react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | 3.0.4 | 否 | [@react-native-ohos/react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | [npm地址](https://www.npmjs.com/package/@react-native-ohos/react-native-wechat-lib) | [链接](/zh-cn/react-native-wechat-lib.md) |
-| 25 | [jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | 3.1.1 | 否 | [@react-native-oh-tpl/jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/jpush-react-native) | [链接](/zh-cn/jpush-react-native.md) |
-| 26 | [react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | 2.3.2 | 否 | [@react-native-oh-tpl/react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-localization) | [链接](/zh-cn/react-native-localization.md) |
-| 27 | [react-native-search-bar](https://github.com/react-native-oh-library/react-native-search-bar) | 3.5.1 | 否 | 开发中 | 开发中 | 开发中 |
-| 28 | [rn-bugly](https://github.com/react-native-oh-library/rn-bugly) |1.3.0-beta.3 | 否 | [@react-native-oh-tpl/rn-bugly](https://github.com/react-native-oh-library/rn-bugly) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/rn-bugly) | [链接](/zh-cn/rn-bugly.md) |
-| 29 | [react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | 1.0.3 | 否 | [@react-native-oh-tpl/react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-custom-keyboard) | [链接](/zh-cn/react-native-custom-keyboard.md) |
-| 30 | [react-native-slider](https://github.com/react-native-oh-library/jeanregisser-react-native-slider) | 0.11.0 | \- | \- | \- | [链接](/zh-cn/react-native-slider.md) |
-| 31 | [react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | 1.1.3 | 否 | [@react-native-oh-tpl/react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-thumbnail) | [链接](/zh-cn/react-native-thumbnail.md) |
+| 23 | [react-native-idle-timer](https://github.com/marcshilling/react-native-idle-timer) | 2.2.3 | 否 | 开发中 | 开发中 | 开发中 |
+| 24 | [react-native-wechat-lib](https://github.com/little-snow-fox/react-native-wechat-lib) | 3.0.4 | 否 | [@react-native-ohos/react-native-wechat-lib](https://github.com/@react-native-ohos/react-native-wechat-lib) | [npm地址](https://www.npmjs.com/package/@react-native-ohos/react-native-wechat-lib) | [链接](/zh-cn/react-native-wechat-lib.md) |
+| 25 | [jpush-react-native](https://github.com/jpush/jpush-react-native) | 3.1.1 | 否 | [@react-native-oh-tpl/jpush-react-native](https://github.com/react-native-oh-library/jpush-react-native) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/jpush-react-native) | [链接](/zh-cn/jpush-react-native.md) |
+| 26 | [react-native-localization](https://github.com/stefalda/ReactNativeLocalization) | 2.3.2 | 否 | [@react-native-oh-tpl/react-native-localization](https://github.com/react-native-oh-library/react-native-localization) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-localization) | [链接](/zh-cn/react-native-localization.md) |
+| 27 | [react-native-search-bar](https://github.com/umhan35/react-native-search-bar) | 3.5.1 | 否 | 开发中 | 开发中 | 开发中 |
+| 28 | [rn-bugly](https://github.com/yz1311/rn-bugly) |1.3.0-beta.3 | 否 | [@react-native-oh-tpl/rn-bugly](https://github.com/react-native-oh-library/rn-bugly) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/rn-bugly) | [链接](/zh-cn/rn-bugly.md) |
+| 29 | [react-native-custom-keyboard](https://github.com/reactnativecn/react-native-custom-keyboard) | 1.0.3 | 否 | [@react-native-oh-tpl/react-native-custom-keyboard](https://github.com/react-native-oh-library/react-native-custom-keyboard) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-custom-keyboard) | [链接](/zh-cn/react-native-custom-keyboard.md) |
+| 30 | [react-native-slider](https://github.com/jeanregisser/react-native-slider) | 0.11.0 | \- | \- | \- | [链接](/zh-cn/react-native-slider.md) |
+| 31 | [react-native-thumbnail](https://github.com/phuochau/react-native-thumbnail) | 1.1.3 | 否 | [@react-native-oh-tpl/react-native-thumbnail](https://github.com/react-native-oh-library/react-native-thumbnail) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-thumbnail) | [链接](/zh-cn/react-native-thumbnail.md) |
| 32 | [react-native-doc-viewer](https://github.com/philipphecht/react-native-doc-viewer) | 2.7.8 | - | [@react-native-oh-tpl/react-native-doc-viewer](https://github.com/react-native-oh-library/react-native-doc-viewer) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-doc-viewer) | [链接](/zh-cn/react-native-doc-viewer.md) |
-| 33 | [react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | 5.0.2 | 否 | [@react-native-oh-tpl/react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-alipay) | [链接](/zh-cn/react-native-alipay.md) |
-| 34 | [react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | 2.1.0 | 否 | [@react-native-oh-tpl/react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-rotate) | [链接](/zh-cn/react-native-image-rotate.md) |
+| 33 | [react-native-alipay](https://github.com/uiwjs/react-native-alipay) | 5.0.2 | 否 | [@react-native-oh-tpl/react-native-alipay](https://github.com/react-native-oh-library/react-native-alipay) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-alipay) | [链接](/zh-cn/react-native-alipay.md) |
+| 34 | [react-native-image-rotate](https://github.com/dgladkov/react-native-image-rotate) | 2.1.0 | 否 | [@react-native-oh-tpl/react-native-image-rotate](https://github.com/react-native-oh-library/react-native-image-rotate) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-image-rotate) | [链接](/zh-cn/react-native-image-rotate.md) |
| 35 | [lottie-react-native](https://github.com/lottie-react-native/lottie-react-native) | 6.4.1 | 是 | [@react-native-oh-tpl/lottie-react-native](https://github.com/react-native-oh-library/lottie-react-native) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/lottie-react-native) | [链接](/zh-cn/lottie-react-native.md) |
-| 36 | [react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | 2.3.1 | 否 | [@react-native-oh-tpl/react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-user-agent) | [链接](/zh-cn/react-native-user-agent.md) |
-| 37 | [react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | 1.2.0 | 否 | [@react-native-oh-tpl/react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-idfa-aaid) | [链接](/zh-cn/react-native-idfa-aaid.md) |
-| 38 | [react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | 1.0.2 | 否 | [@react-native-oh-tpl/react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-file-selector) | [链接](/zh-cn/react-native-file-selector.md) |
-| 39 | [react-native-exit-app](https://github.com/react-native-oh-libraryreact-native-exit-app) | 2.0.0 | 是 | [@react-native-oh-tpl/react-native-exit-app](https://github.com/react-native-oh-library/react-native-exit-app) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-exit-app) | [链接](/zh-cn/react-native-exit-app.md) |
+| 36 | [react-native-user-agent](https://github.com/bebnev/react-native-user-agent) | 2.3.1 | 否 | [@react-native-oh-tpl/react-native-user-agent](https://github.com/react-native-oh-library/react-native-user-agent) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-user-agent) | [链接](/zh-cn/react-native-user-agent.md) |
+| 37 | [react-native-idfa-aaid](https://github.com/sparkfabrik/sparkfabrik-react-native-idfa-aaid) | 1.2.0 | 否 | [@react-native-oh-tpl/react-native-idfa-aaid](https://github.com/react-native-oh-library/react-native-idfa-aaid) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-idfa-aaid) | [链接](/zh-cn/react-native-idfa-aaid.md) |
+| 38 | [react-native-file-selector](https://github.com/prscX/react-native-file-selector) | 1.0.2 | 否 | [@react-native-oh-tpl/react-native-file-selector](https://github.com/react-native-oh-library/react-native-file-selector) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-file-selector) | [链接](/zh-cn/react-native-file-selector.md) |
+| 39 | [react-native-exit-app](https://github.com/wumke/react-native-exit-app) | 2.0.0 | 是 | [@react-native-oh-tpl/react-native-exit-app](https://github.com/react-native-oh-library/react-native-exit-app) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-exit-app) | [链接](/zh-cn/react-native-exit-app.md) |
| 40 | [react-native-calendars](https://github.com/wix/react-native-calendars) | 1.1304.1 | - | - | - | [链接](/zh-cn/react-native-calendars.md) |
| 41 | [react-native-tab-navigator](https://github.com/ptomasroos/react-native-tab-navigator) | 0.3.4 | - | [@react-native-oh-tpl/react-native-tab-navigator](https://github.com/react-native-oh-library/react-native-tab-navigator) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-tab-navigator) | [链接](/zh-cn/react-native-tab-navigator.md) |
| 42 | [react-native-qrcode](https://github.com/cssivision/react-native-qrcode) | 0.2.7 | - | [@react-native-oh-tpl/react-native-qrcode](https://github.com/react-native-oh-library/react-native-qrcode) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-qrcode) | [链接](/zh-cn/react-native-QRCode.md) |
@@ -109,7 +109,7 @@
| 76 | [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | 6.2.2 | 是 | [@react-native-oh-tpl/react-native-pager-view](https://github.com/react-native-oh-library/react-native-pager-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pager-view) | [链接](/zh-cn/react-native-pager-view.md) |
| 77 | [react-native-pdf](https://github.com/wonday/react-native-pdf) | 6.7.4 | 是 | [@react-native-oh-tpl/react-native-pdf](https://github.com/react-native-oh-library/react-native-pdf) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pdf) | [链接](/zh-cn/react-native-pdf.md) |
| 78 | [react-native-permissions](https://github.com/zoontek/react-native-permissions) | 4.1.5 | 是 | [@react-native-oh-tpl/react-native-permissions](https://github.com/react-native-oh-library/react-native-permissions) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-permissions) | [链接](/zh-cn/react-native-permissions.md) |
-| 79 | [react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | 5.1.7 | \- | [@react-native-oh-tpl/react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-popover-view) | [链接](/zh-cn/react-native-popover-view.md) |
+| 79 | [react-native-popover-view](https://github.com/SteffeyDev/react-native-popover-view) | 5.1.7 | \- | [@react-native-oh-tpl/react-native-popover-view](https://github.com/react-native-oh-library/react-native-popover-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-popover-view) | [链接](/zh-cn/react-native-popover-view.md) |
| 80 | [react-native-popup-menu](https://github.com/instea/react-native-popup-menu) | 0.16.0 | \- | \- | \- | [链接](/zh-cn/react-native-popup-menu.md) |
| 81 | [react-native-progress](https://github.com/oblador/react-native-progress) | 5.0.1 | \- | [@react-native-oh-tpl/react-native-progress](https://github.com/react-native-oh-library/react-native-progress) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-progress) | [链接](/zh-cn/react-native-progress.md) |
| 82 | [react-native-pull](https://github.com/greatbsky/react-native-pull/blob/master) | 2.0.4 | \- | [@react-native-oh-tpl/react-native-pull](https://github.com/react-native-oh-library/react-native-pull) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-pull) | [链接](/zh-cn/react-native-pull.md) |
@@ -128,7 +128,7 @@
| 95 | [react-native-sound](https://github.com/zmxv/react-native-sound) | 0.11.2 | 是 | [@react-native-oh-tpl/react-native-sound](https://github.com/react-native-oh-library/react-native-sound) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sound) | [链接](/zh-cn/react-native-sound.md) |
| 96 | [react-native-stickyheader](https://github.com/jiasongs/react-native-stickyheader/blob/master) | 1.1.3 | - | [@react-native-oh-tpl/react-native-stickyheader](https://github.com/react-native-oh-library/react-native-stickyheader) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-stickyheader) | [链接](/zh-cn/react-native-stickyheader.md) |
| 97 | [react-native-svg](https://github.com/software-mansion/react-native-svg) | 15.0.0 | 是 | [@react-native-oh-tpl/react-native-svg](https://github.com/react-native-oh-library/react-native-harmony-svg) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-svg) | [链接](/zh-cn/react-native-svg-capi.md) |
-| 98 | [react-native-swipe-list-view](https://github.com/rnc-archive/react-native-drawer-layout-polyfill) | 3.2.9 | - | \- | - | [链接](/zh-cn/react-native-swipe-list-view.md) |
+| 98 | [react-native-swipe-list-view](https://github.com/jemise111/react-native-swipe-list-view) | 3.2.9 | - | \- | - | [链接](/zh-cn/react-native-swipe-list-view.md) |
| 99 | [react-native-swiper](https://github.com/leecade/react-native-swiper) | 1.6.0 | 否 | [@react-native-oh-tpl/react-native-swiper](https://github.com/react-native-oh-library/react-native-swiper) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-swiper) | [链接](/zh-cn/react-native-swiper.md) |
| 100 | [react-native-tab-view](https://github.com/react-navigation/react-navigation/tree/6.x/packages/react-native-tab-view) | 3.5.2 | - | [@react-native-oh-tpl/react-native-tab-view](https://github.com/react-native-oh-library/react-navigation) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-tab-view) | [链接](/zh-cn/react-native-tab-view.md) |
| 101 | [react-native-text-size](https://github.com/aMarCruz/react-native-text-size) | 4.0.0 | 是 | [@react-native-oh-tpl/react-native-text-size](https://github.com/react-native-oh-library/react-native-text-size) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-size) | [链接](/zh-cn/react-native-text-size.md) |
@@ -396,7 +396,7 @@
| 363 | [react-native-barcode-builder](https://github.com/wonsikin/react-native-barcode-builder) | 2.0.0 | - | [@react-native-oh-tpl/react-native-barcode-builder](https://github.com/react-native-oh-library/react-native-barcode-builder) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-barcode-builder) | [链接](/zh-cn/react-native-barcode-builder.md) |
| 364 | [react-native-neomorph-shadows](https://github.com/tokkozhin/react-native-neomorph-shadows) | 1.1.2 | 否 | [@react-native-oh-tpl/react-native-neomorph-shadows](https://github.com/react-native-oh-library/react-native-neomorph-shadows) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-neomorph-shadows) | [链接](/zh-cn/react-native-neomorph-shadows.md) |
| 365 | [@ant-design/react-native](https://github.com/ant-design/ant-design-mobile-rn) | 5.1.0 | - | - | - | [链接](/zh-cn/ant-design-react-native.md) |
-| 366 | [@react-native-oh-tpl/react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.34.0 | 是 | [@react-native-oh-tpl/react-native-screens](https://github.com/react-native-oh-library/react-native-harmony-screens) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-screens) | [链接](/zh-cn/react-native-oh-tpl-react-native-screens.md) |
+| 366 | [react-native-screens](https://github.com/software-mansion/react-native-screens) | 3.34.0 | 是 | [@react-native-oh-tpl/react-native-screens](https://github.com/react-native-oh-library/react-native-harmony-screens) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-screens) | [链接](/zh-cn/react-native-oh-tpl-react-native-screens.md) |
| 367 | [ffmpeg-kit-react-native](https://github.com/arthenica/ffmpeg-kit/tree/main/react-native) | 6.0.2 | - | [@react-native-oh-tpl/react-native-ffmpeg-kit](https://github.com/react-native-oh-library/ffmpeg-kit/releases) - | [链接](/zh-cn/react-native-ffmpeg-kit.md) |
## JS 三方库
diff --git a/zh-cn/js/react-redux.md b/zh-cn/js/react-redux.md
index 61f864e6..46be949b 100644
--- a/zh-cn/js/react-redux.md
+++ b/zh-cn/js/react-redux.md
@@ -159,7 +159,7 @@ export function Counter() {
## 静态方法
-详情查看[React Redux官方文档](https://cn.react-redux.js.org/introduction/getting-started)
+详情查看[React Redux官方文档](https://cn.react-redux.js.org/introduction/getting-started/#hooks)
#### **Hooks**
diff --git a/zh-cn/react-native-community-toolbar-android.md b/zh-cn/react-native-community-toolbar-android.md
index 7b33ead2..698c930a 100644
--- a/zh-cn/react-native-community-toolbar-android.md
+++ b/zh-cn/react-native-community-toolbar-android.md
@@ -4,7 +4,7 @@
@react-native-community/toolbar-android
-本项目基于 [@react-native-toolbar-android/toolbar-android@v0.2.1](https://github.com/react-native-toolbar-android/toolbar-android) 开发。
+本项目基于 [@react-native-toolbar-android/toolbar-android@v0.2.1](https://github.com/react-native-toolbar-android/toolbar-android/tree/v0.2.1) 开发。
该第三方库的仓库已迁移至 Gitee,且支持直接从 npm 下载,新的包名为:`@react-native-ohos/toolbar-android`,具体版本所属关系如下:
diff --git a/zh-cn/react-native-fs.md b/zh-cn/react-native-fs.md
index c529da19..c60ea9c2 100644
--- a/zh-cn/react-native-fs.md
+++ b/zh-cn/react-native-fs.md
@@ -299,7 +299,7 @@ ohpm install
| moveFile | Moves the file located at `filepath` to `destPath`. | function | iOS/Android | No | yes | |
| read | Reads `length` bytes from the given `position` of the file at `path` and returns contents. | function | iOS/Android | No | yes | |
| write | Write the `contents` to `filepath` at the given random access position. | function | iOS/Android | No | yes | |
-| touch | Sets the modification timestamp `mtime`of the file at `filepath`. | function | iOS/Android | No | partially | |
+| touch | Sets the modification timestamp `mtime`of the file at `filepath`. | function | iOS/Android | No | yes | |
| stat | Stats an item at `filepath`. | function | iOS/Android | No | yes | |
| readDir | Reads the contents of `path`. | function | iOS/Android | No | yes | |
| readDirAssets | Reads the contents of `dirpath ` in the Android app's assets folder. | function | Android | No | No | Android only |
diff --git a/zh-cn/react-native-sound.md b/zh-cn/react-native-sound.md
index 763a30ea..5c2909a9 100644
--- a/zh-cn/react-native-sound.md
+++ b/zh-cn/react-native-sound.md
@@ -301,8 +301,6 @@ ohpm install
> [!TIP] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。
-详情请见[react-native-sound](https://github.com/react-native-oh-library/react-native-sound)
-
| Name | Description | Type | Required | Platform | HarmonyOS Support |
| ------------------------ | ------------------------------------------ | ------ | -------- | ----------- | ----------------- |
| setActive | Set the device activation status | function | No | iOS | no |
@@ -318,8 +316,6 @@ ohpm install
> [!TIP] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。
-详情请见[react-native-sound](https://github.com/react-native-oh-library/react-native-sound)
-
| Name | Description | Type | Required | Platform | HarmonyOS Support |
| ------------------------| ---------------------------------------- | ------- | -------- | ----------- | ----------------- |
| play | Start playing audio. | function | No | iOS、Android | yes |
--
Gitee