diff --git a/en/js/react-redux.md b/en/js/react-redux.md index 061b1c88d97e3d1f34d132c0eafbf08d35e7fed7..dceffe4c8ed8c0e182c6dfcfb0dd438d6e0537b3 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 dc2d3e5e5c2cc050cd4b207b88a084d421190c96..78e9550c797c31cd311f571c3d53970b766daa34 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 ac98b147ff937b595ead05f2bc97ba9bfa966f6d..14e63b7165a254de12bcf97650f97a1f6f024ac1 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 d68bbb620f70ded673d624ce00e7f060c4b2cab4..7dda303044fca614611ca4f3cafa04c24894db5e 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 ee801c2ffa8d206bc9690acde33330ae69fdb643..2b59258fb95591d0ec745647c0eaeb63179a8b93 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 e9254cd51a7cf0178ecd7199df7e4c86084047f2..aa41acbbc0abff204bb17af30a9c2ddc3eca122c 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 61f864e67ee67bf206b6b1a740f7aceaec954943..46be949bb0d1b104f91c9a591680037d000d61ca 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 7b33ead2da1850f0ea7da07b89009946af679bcd..698c930a7c8eb776fe68e943437ee54f5110cf18 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 c529da19781bb2c33e501b492f4afac29f790347..c60ea9c24e60a66565963209efb24a9b066a30dd 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 763a30ea8b681d4ea8128ea13f0ba360248413f7..5c2909a99ed2b4a79dc3bdd4c73eae60e8ba2710 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 |