diff --git a/en/react-native-sound.md b/en/react-native-sound.md index 8703e2b037326ecf02b3e1fc991ae480a5fdadde..e8e4b45b162933c4d4b119bee58ed2a1fbff7d7d 100644 --- a/en/react-native-sound.md +++ b/en/react-native-sound.md @@ -20,6 +20,7 @@ This third-party library has been migrated to Gitcode and is now available for d | ------------------------------ | --------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ |------------------------------------------------------------ | | <= 0.11.2-0.0.13@deprecated | @react-native-oh-tpl/react-native-sound | [Github(deprecated)](https://github.com/react-native-oh-library/react-native-sound) | [Github Releases(deprecated)](https://github.com/react-native-oh-library/react-native-sound/releases) | 0.72 | | >= 0.11.3 | @react-native-ohos/react-native-sound | [GitCode](https://gitcode.com/openharmony-sig/rntpc_react-native-sound) | [GitCode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-sound/releases) | 0.77 | +| 0.12.0 | @react-native-ohos/react-native-sound | [GitCode](https://gitcode.com/openharmony-sig/rntpc_react-native-sound) | [GitCode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-sound/releases) | 0.77 | ## Installation and Usage @@ -167,6 +168,11 @@ export default SoundDemo; ``` ## Link +| | Is supported autolink | Supported RN Version | +|--------------------------------------|-----------------|-----------| +| <= 0.11.2-0.0.13@deprecated | No | 0.72 | +| >= 0.11.3 | No | 0.77 | +| 0.12.0 | No | 0.77 | Version >= @react-native-ohos/react-native-sound@0.11.3 now supports Autolink without requiring manual configuration, currently only supports 72 frameworks. Autolink Framework Guide Documentation: https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/Autolinking.md diff --git a/zh-cn/react-native-sound.md b/zh-cn/react-native-sound.md index cda1d2e269758b3a10f42b128845b10baba8f3b0..f78ef509306c602ab8f9dbbf8b7d2589bfc74815 100644 --- a/zh-cn/react-native-sound.md +++ b/zh-cn/react-native-sound.md @@ -20,6 +20,7 @@ | --------- | ------- | -------- |------ | ------ | | <= 0.11.2-0.0.13@deprecated | @react-native-oh-tpl/react-native-sound | [Github(deprecated)](https://github.com/react-native-oh-library/react-native-sound) | [Github Releases(deprecated)](https://github.com/react-native-oh-library/react-native-sound/releases) | 0.72 | | >= 0.11.3 | @react-native-ohos/react-native-sound | [GitCode](https://gitcode.com/openharmony-sig/rntpc_react-native-sound) | [GitCode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-sound/releases) | 0.77 | +| 0.12.0 | @react-native-ohos/react-native-sound | [GitCode](https://gitcode.com/openharmony-sig/rntpc_react-native-sound) | [GitCode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-sound/releases) | 0.77 | ## 安装与使用 @@ -168,6 +169,12 @@ export default SoundDemo; ## Link +| | 是否支持autolink | RN框架版本 | +|--------------------------------------|-----------------|-----------| +| <= 0.11.2-0.0.13@deprecated | No | 0.72 | +| >= 0.11.3 | No | 0.77 | +| 0.12.0 | No | 0.77 | + Version >= @react-native-ohos/react-native-sound@0.11.3,已支持 Autolink,无需手动配置,目前只支持72框架。 Autolink框架指导文档:https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/Autolinking.md