diff --git a/en/react-native-ssl-pinning.md b/en/react-native-ssl-pinning.md index 85063710f827223cc4eaf1ee53fcc04f4422f572..f378d9fd54724259228c81d26caa649ffa352f14 100644 --- a/en/react-native-ssl-pinning.md +++ b/en/react-native-ssl-pinning.md @@ -18,11 +18,12 @@ Please refer to the Releases page of the third-party library for the corresponding version information -| Third-party Library Version | Release Information | Supported RN Version | -| ---------- | ------------------------------------------------------------ | ---------- | -| 1.5.7@deprecated | [@react-native-oh-tpl/react-native-ssl-pinning Releases(deprecated)](https://github.com/react-native-oh-library/react-native-ssl-pinning/releases) | 0.72 | -| 1.5.8 | [@react-native-ohos/react-native-ssl-pinning Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.72 | -| 1.6.0 | [@react-native-ohos/react-native-ssl-pinning Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.77 | +| Name | Version | Release Information | Supported RN Version | Supported Autolink | Compile API Version | Community Baseline Version | npm Address +| ------------ |--------------------------|---------------------------------------------------------------------------------------------|----------------------|--------------------|---------|--------|----------------------------------| +|@react-native-ohos/react-native-ssl-pinning| ~1.7.0 | [Gitcode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.82.* | 否 | API22+ | 1.6.0 | [Npm Address](https://www.npmjs.com/package/@react-native-ohos/react-native-ssl-pinning)| +|@react-native-ohos/react-native-ssl-pinning| ~1.6.0 | [Gitcode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.77.* | 否 | API12+ | 1.5.9 | [Npm Address](https://www.npmjs.com/package/@react-native-ohos/react-native-ssl-pinning)| +|@react-native-ohos/react-native-ssl-pinning| ~1.5.8 | [Gitcode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.72.* | 是 | API12+ | 1.5.7 | [Npm Address](https://www.npmjs.com/package/@react-native-ohos/react-native-ssl-pinning)| +|@react-native-oh-tpl/react-native-ssl-pinning| <=1.5.7-0.0.2@deprecated | [Github Releases(deprecated)](https://github.com/react-native-oh-library/react-native-ssl-pinning/releases) | 0.72.* | 否 | API12+ | 1.5.7 | [Npm Address](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ssl-pinning) | For older versions not published on npm, please refer to the [Installation Guide](/en/tgz-usage-en.md) to install the tgz package. @@ -248,6 +249,7 @@ This library has been adapted for `Codegen`. Before using it, you need to proact | | Is supported autolink | Supported RN Version | |--------------------------------------|-----------------------|----------------------| +| ~1.7.0 | No | 0.82 | | ~1.6.0 | No | 0.77 | | ~1.5.8 | Yes | 0.72 | | <= 1.5.7-0.0.2@deprecated | No | 0.72 | @@ -403,6 +405,7 @@ Verified in the following versions. 1. RNOH: 0.72.96; SDK: HarmonyOS 6.0.0 Release SDK; IDE: DevEco Studio 6.0.0.858; ROM: 6.0.0.112; 2. RNOH: 0.72.33; SDK: HarmonyOS NEXT B1; IDE: DevEco Studio: 5.0.3.900; ROM: Next.0.0.71; 3. RNOH: 0.77.18; SDK: HarmonyOS 6.0.0 Release SDK; IDE: DevEco Studio 6.0.0.858; ROM: 6.0.0.112; +4. RNOH: 0.82.1; SDK: HarmonyOS 6.0.2 Beta1 SDK; IDE: DevEco Studio 6.0.2.636; ROM: 6.0.0.125; ### Permission Requirements diff --git a/zh-cn/react-native-ssl-pinning.md b/zh-cn/react-native-ssl-pinning.md index 8323ddcebb35c79e28a9fc63e7c31ffb4851373d..479e702756f49c729b5f0ae441e74b01c3f5e8de 100644 --- a/zh-cn/react-native-ssl-pinning.md +++ b/zh-cn/react-native-ssl-pinning.md @@ -1,4 +1,4 @@ -> 模板版本:v0.2.2 +> 模板版本:v0.4.0

react-native-ssl-pinning

@@ -18,11 +18,12 @@ 请到三方库的 Releases 发布地址查看配套的版本信息: -| 三方库版本 | 发布信息 | 支持RN版本 | -|--------| ------------------------------------------------------------ | ---------- | -| <= 1.5.7-0.0.2@deprecated | [@react-native-oh-tpl/react-native-ssl-pinning Releases(deprecated)](https://github.com/react-native-oh-library/react-native-ssl-pinning/releases) | 0.72 | -| 1.5.8 | [@react-native-ohos/react-native-ssl-pinning Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.72 | -| 1.6.0 | [@react-native-ohos/react-native-ssl-pinning Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.77 | +| 三方库名称 | 三方库版本 | 发布信息 | 支持RN版本 | Autolink | 编译API版本 | 社区基线版本 | npm地址 +| ------------ |--------------------------|---------------------------------------------------------------------------------------------|----------------------|--------------------|---------|--------|----------------------------------| +|@react-native-ohos/react-native-ssl-pinning| ~1.7.0 | [Gitcode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.82.* | 否 | API22+ | 1.6.0 | [Npm Address](https://www.npmjs.com/package/@react-native-ohos/react-native-ssl-pinning)| +|@react-native-ohos/react-native-ssl-pinning| ~1.6.0 | [Gitcode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.77.* | 否 | API12+ | 1.5.9 | [Npm Address](https://www.npmjs.com/package/@react-native-ohos/react-native-ssl-pinning)| +|@react-native-ohos/react-native-ssl-pinning| ~1.5.8 | [Gitcode Releases](https://gitcode.com/openharmony-sig/rntpc_react-native-ssl-pinning/releases) | 0.72.* | 是 | API12+ | 1.5.7 | [Npm Address](https://www.npmjs.com/package/@react-native-ohos/react-native-ssl-pinning)| +|@react-native-oh-tpl/react-native-ssl-pinning| <=1.5.7-0.0.2@deprecated | [Github Releases(deprecated)](https://github.com/react-native-oh-library/react-native-ssl-pinning/releases) | 0.72.* | 否 | API12+ | 1.5.7 | [Npm Address](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-ssl-pinning) | 对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 @@ -246,11 +247,12 @@ export default SslPingDemo; ## Link -| | 是否支持autolink | RN框架版本 | -|--------------------------------------|-----------------|------------| -| ~1.6.0 | No | 0.77 | -| ~1.5.8 | Yes | 0.72 | -| <= 1.5.7-0.0.2@deprecated | No | 0.72 | +| | 是否支持autolink | RN框架版本 | +|---------------------------|-----------------|------------| +| ~1.7.0 | No | 0.82 | +| ~1.6.0 | No | 0.77 | +| ~1.5.8 | Yes | 0.72 | +| <= 1.5.7-0.0.2@deprecated | No | 0.72 | 使用AutoLink的工程需要根据该文档配置,Autolink框架指导文档:https://gitcode.com/openharmony-sig/ohos_react_native/blob/master/docs/zh-cn/Autolinking.md @@ -414,6 +416,7 @@ ohpm install 1. RNOH: 0.72.96; SDK: HarmonyOS 6.0.0 Release SDK; IDE: DevEco Studio 6.0.0.858; ROM: 6.0.0.112; 2. RNOH: 0.72.33; SDK: HarmonyOS NEXT B1; IDE: DevEco Studio: 5.0.3.900; ROM: Next.0.0.71; 3. RNOH: 0.77.18; SDK: HarmonyOS 6.0.0 Release SDK; IDE: DevEco Studio 6.0.0.858; ROM: 6.0.0.112; +4. RNOH: 0.82.1; SDK: HarmonyOS 6.0.2 Beta1 SDK; IDE: DevEco Studio 6.0.2.636; ROM: 6.0.0.125; ### 权限要求