diff --git a/en/react-native-alipay.md b/en/react-native-alipay.md index 46870ffaca80584756eb6ade650d3e7dc4933a41..4dcddfe3e0dcd86cc28cc623d1cdeaf09de527a5 100644 --- a/en/react-native-alipay.md +++ b/en/react-native-alipay.md @@ -16,11 +16,11 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-alipay Releases](https://github.com/react-native-oh-library/react-native-alipay/releases).For older versions that are not published to npm, please refer to the [installation guide](/en/tgz-usage-en.md) to install the tgz package. +Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/react-native-alipay Releases](https://github.com/react-native-oh-library/react-native-alipay/releases). Go to the project directory and execute the following instruction: - +> [!TIP] Replace the content with the path of the .tgz package at the comment sign (#). #### **npm** @@ -47,7 +47,7 @@ import { AFAuthServiceResponse, } from '@alipay/afservicesdk'; function App(): React.JSX.Element { const urlStr: string = 'https://authweb.alipay.com/auth?auth_type=PURE_OAUTH_SDK&app_id=2016051801417322&scope=auth_user&state=init'; - const bundleName: string = "com.example.harmony"; // 包名 + const bundleName: string = "com.example.harmony"; // Bundle name const moduleName: string = "entry"; const abilityName: string = "EntryAbility"; @@ -58,7 +58,7 @@ function App(): React.JSX.Element {