diff --git a/en/NativeBase.md b/en/NativeBase.md index 9ef57c614d5d37dd12f402ddb3f209e3b4d3f242..13469722284c87c7f068df0c430da9abed7cdecc 100644 --- a/en/NativeBase.md +++ b/en/NativeBase.md @@ -16,7 +16,7 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/native-base Releases](https://github.com/react-native-oh-library/NativeBase/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/native-base Releases](https://github.com/react-native-oh-library/NativeBase/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. Go to the project directory and execute the following instruction: @@ -25,13 +25,13 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash -npm install @react-native-oh-tpl/native-base@file:# +npm install @react-native-oh-tpl/native-base ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/native-base@file:# +yarn add @react-native-oh-tpl/native-base ``` diff --git a/en/bam-tech-react-native-image-resizer.md b/en/bam-tech-react-native-image-resizer.md index 61e40a9f7c8ecd1c580486ae1d2df84817fec9f3..0be35f6ae0987b9cb4a5e39ac117b464e36d5198 100644 --- a/en/bam-tech-react-native-image-resizer.md +++ b/en/bam-tech-react-native-image-resizer.md @@ -17,24 +17,22 @@ ## Installation and Usage -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-image-resizer Releases](https://github.com/react-native-oh-library/react-native-image-resizer/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-image-resizer Releases](https://github.com/react-native-oh-library/react-native-image-resizer/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-image-resizer@file:# +npm install @react-native-oh-tpl/react-native-image-resizer ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-image-resizer@file:# +yarn add @react-native-oh-tpl/react-native-image-resizer ``` diff --git a/en/baronha-ting.md b/en/baronha-ting.md index 9f5003a6a90141431939dfbfea4c9bb603072da2..d2352e60c87bd9c6a19d276a3c9455386780cacc 100644 --- a/en/baronha-ting.md +++ b/en/baronha-ting.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/ting Releases](https://github.com/react-native-oh-library/ting/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/ting Releases](https://github.com/react-native-oh-library/ting/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. 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** ```bash -npm install @react-native-oh-tpl/ting@file:# +npm install @react-native-oh-tpl/ting ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/ting@file:# +yarn add @react-native-oh-tpl/ting ``` diff --git a/en/gorhom-bottom-sheet.md b/en/gorhom-bottom-sheet.md index 434c7a93f8ddab20b6d745994a8504239676dd75..a9d1a3f7bb0cbc71945df02c431335c1854d09c4 100644 --- a/en/gorhom-bottom-sheet.md +++ b/en/gorhom-bottom-sheet.md @@ -16,20 +16,20 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/bottom-sheet Releases](https://github.com/react-native-oh-library/react-native-bottom-sheet/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/bottom-sheet Releases](https://github.com/react-native-oh-library/react-native-bottom-sheet/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. #### npm ```bash -npm install @react-native-oh-tpl/bottom-sheet@file:# +npm install @react-native-oh-tpl/bottom-sheet ``` #### yarn ```bash -yarn add @react-native-oh-tpl/bottom-sheet@file:# +yarn add @react-native-oh-tpl/bottom-sheet ``` diff --git a/en/jpush-react-native.md b/en/jpush-react-native.md index 831f28aaadd0fd719b65b11827153c25506afd51..159f16b8e2cc43e356f1f18ab64c7ac3f6858f37 100644 --- a/en/jpush-react-native.md +++ b/en/jpush-react-native.md @@ -17,23 +17,22 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/jpush-react-native Releases](https://github.com/react-native-oh-library/jpush-react-native/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/jpush-react-native Releases](https://github.com/react-native-oh-library/jpush-react-native/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/jpush-react-native@file:# +npm install @react-native-oh-tpl/jpush-react-native ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/jpush-react-native@file:# +yarn add @react-native-oh-tpl/jpush-react-native ``` diff --git a/en/klarna-platform-colors.md b/en/klarna-platform-colors.md index db3fd75f95c1e04cc79fbfdc38044642752a9a0f..5566235df15697d636f9300f66d82b4657ba02b7 100644 --- a/en/klarna-platform-colors.md +++ b/en/klarna-platform-colors.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/platform-colors Releases](https://github.com/react-native-oh-library/platform-colors/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/platform-colors Releases](https://github.com/react-native-oh-library/platform-colors/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. 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** ```bash -npm install @react-native-oh-tpl/platform-colors@file:# +npm install @react-native-oh-tpl/platform-colors ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/platform-colors@file:# +yarn add @react-native-oh-tpl/platform-colors ``` Generate resource files: diff --git a/en/lottie-react-native.md b/en/lottie-react-native.md index ac6c111cb0bc788b6a6a3b6569f88dd01283d9e4..11a6f32776582b7cad3b469688acdc0a34c1a6c5 100644 --- a/en/lottie-react-native.md +++ b/en/lottie-react-native.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/lottie-react-native Releases](https://github.com/react-native-oh-library/lottie-react-native/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/lottie-react-native Releases](https://github.com/react-native-oh-library/lottie-react-native/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. 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** ```bash -npm install @react-native-oh-tpl/lottie-react-native@file:# +npm install @react-native-oh-tpl/lottie-react-native ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/lottie-react-native@file:# +yarn add @react-native-oh-tpl/lottie-react-native ``` diff --git a/en/mixpanel-react-native.md b/en/mixpanel-react-native.md index d3fbb648f95d937782d5db31df0b2b926f7c1963..113ff5ff22c5ec17066efc578105e9692516fb18 100644 --- a/en/mixpanel-react-native.md +++ b/en/mixpanel-react-native.md @@ -16,23 +16,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/mixpanel-react-native Releases](https://github.com/react-native-oh-library/mixpanel-react-native/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/mixpanel-react-native Releases](https://github.com/react-native-oh-library/mixpanel-react-native/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. 进入到工程目录并输入以下命令: -> [!TIP] Replace the content with the path of the .tgz package at the comment sign (#). + #### **npm** ```bash -npm install @react-native-oh-tpl/mixpanel-react-native@file:# +npm install @react-native-oh-tpl/mixpanel-react-native ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/mixpanel-react-native@file:# +yarn add @react-native-oh-tpl/mixpanel-react-native ``` diff --git a/en/nativewind.md b/en/nativewind.md index a0ee10e934a9e3d752bbd03924cf900ea10fa635..8396feda21b7d521610972edeee7e06161389c8a 100644 --- a/en/nativewind.md +++ b/en/nativewind.md @@ -17,7 +17,7 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/nativewind Releases](https://github.com/react-native-oh-library/nativewind/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/nativewind Releases](https://github.com/react-native-oh-library/nativewind/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. 进入到工程目录并输入以下命令: @@ -28,13 +28,13 @@ #### **npm** ```bash -npm install @react-native-oh-tpl/nativewind@file:# +npm install @react-native-oh-tpl/nativewind ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/nativewind@file:# +yarn add @react-native-oh-tpl/nativewind ``` #### **tailwind.config.js** diff --git a/en/react-content-loader.md b/en/react-content-loader.md index e03c3fb5c6ca14d3466940df9e0fa68429247022..e98c4b4e0d7bc9aecaa7a3ea458f8b2e5ce557d6 100644 --- a/en/react-content-loader.md +++ b/en/react-content-loader.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-content-loader Releases](https://github.com/react-native-oh-library/react-content-loader/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-content-loader Releases](https://github.com/react-native-oh-library/react-content-loader/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. 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** ```bash -npm install @react-native-oh-tpl/react-content-loader@file:# +npm install @react-native-oh-tpl/react-content-loader ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-content-loader@file:# +yarn add @react-native-oh-tpl/react-content-loader ``` diff --git a/en/react-native-MJRefresh.md b/en/react-native-MJRefresh.md index 902c64a0d120e72e03e9fe3cbe1f78a4af49ae2f..b3197dc4fddc5d3bf45fab0241d520ee394d50f3 100644 --- a/en/react-native-MJRefresh.md +++ b/en/react-native-MJRefresh.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-MJRefresh Releases](https://github.com/react-native-oh-library/react-native-MJRefresh/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-MJRefresh Releases](https://github.com/react-native-oh-library/react-native-MJRefresh/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-mjrefresh@file:# +npm install @react-native-oh-tpl/react-native-mjrefresh ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-mjrefresh@file:# +yarn add @react-native-oh-tpl/react-native-mjrefresh ``` diff --git a/en/react-native-QRCode.md b/en/react-native-QRCode.md index aeb11482571d4a5a203f882a12a2510adcc17da5..9e8d81dfd5440b19e2e77a07ce283441a6193c1d 100644 --- a/en/react-native-QRCode.md +++ b/en/react-native-QRCode.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-qrcode](https://github.com/react-native-oh-library/react-native-qrcode/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-qrcode](https://github.com/react-native-oh-library/react-native-qrcode/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-qrcode@file:# +npm install @react-native-oh-tpl/react-native-qrcode ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-qrcode@file:# +yarn add @react-native-oh-tpl/react-native-qrcode ``` diff --git a/en/react-native-SmartRefreshLayout.md b/en/react-native-SmartRefreshLayout.md index cb6e3ee7ee2608e7314071643bdf1411ab18f71a..2c2945b769935587795edaf31026421729036a96 100644 --- a/en/react-native-SmartRefreshLayout.md +++ b/en/react-native-SmartRefreshLayout.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-smartrefreshlayout Releases](https://github.com/react-native-oh-library/react-native-smartrefreshlayout/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-smartrefreshlayout Releases](https://github.com/react-native-oh-library/react-native-smartrefreshlayout/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-smartrefreshlayout@file:# +npm install @react-native-oh-tpl/react-native-smartrefreshlayout ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-smartrefreshlayout@file:# +yarn add @react-native-oh-tpl/react-native-smartrefreshlayout ``` diff --git a/en/react-native-alipay.md b/en/react-native-alipay.md index 02c8a22f80063ee45ed8763f4cfcb2875c92f215..3ab70a1e3b4188d52512943067944b33ff56653e 100644 --- a/en/react-native-alipay.md +++ b/en/react-native-alipay.md @@ -16,22 +16,22 @@ ## Installation and Usage -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). +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. 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** ```bash -npm install @react-native-oh-tpl/react-native-alipay@file:# +npm install @react-native-oh-tpl/react-native-alipay ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-alipay@file:# +yarn add @react-native-oh-tpl/react-native-alipay ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-amap-geolocation.md b/en/react-native-amap-geolocation.md index 91db2ab4d77966f8e9ee7afe4faf4fd010b117a0..ef6561e08ebec8a9a19e9bdcf1144559ef953eb8 100644 --- a/en/react-native-amap-geolocation.md +++ b/en/react-native-amap-geolocation.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-amap-geolocation Releases](https://github.com/react-native-oh-library/react-native-amap-geolocation/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-amap-geolocation Releases](https://github.com/react-native-oh-library/react-native-amap-geolocation/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-amap-geolocation@file:# +npm install @react-native-oh-tpl/react-native-amap-geolocation ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-amap-geolocation@file:# +yarn add @react-native-oh-tpl/react-native-amap-geolocation ``` diff --git a/en/react-native-amap3d.md b/en/react-native-amap3d.md index 8fca1617102ce8d17764c97fdbec684aa6459937..7a930f33e05e04b73d8d5aaed627e2e8fe7926e9 100644 --- a/en/react-native-amap3d.md +++ b/en/react-native-amap3d.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-amap3d Releases](https://github.com/react-native-oh-library/react-native-amap3d/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-amap3d Releases](https://github.com/react-native-oh-library/react-native-amap3d/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-amap3d@file:# +npm install @react-native-oh-tpl/react-native-amap3d ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-amap3d@file:# +yarn add @react-native-oh-tpl/react-native-amap3d ``` diff --git a/en/react-native-apple-authentication.md b/en/react-native-apple-authentication.md index f3ddc5af2bb484205dd5602507d583bdc310e5d8..c14e9ac7c9a8b1fb8a8ae72c12af667ceda7b5a0 100644 --- a/en/react-native-apple-authentication.md +++ b/en/react-native-apple-authentication.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-apple-authentication Releases](https://github.com/react-native-oh-library/react-native-apple-authentication/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-apple-authentication Releases](https://github.com/react-native-oh-library/react-native-apple-authentication/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-apple-authentication@file:# +npm install @react-native-oh-tpl/react-native-apple-authentication ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-apple-authentication@file:# +yarn add @react-native-oh-tpl/react-native-apple-authentication ``` #### **配置用于 Web 的“通过 Apple 登录”** diff --git a/en/react-native-async-storage-async-storage.md b/en/react-native-async-storage-async-storage.md index d43b0f8743f3dc05e1a52116380f2504376ba699..cae7864b68fde8b11bce448d3e0683689ad3dbe9 100644 --- a/en/react-native-async-storage-async-storage.md +++ b/en/react-native-async-storage-async-storage.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/async-storage Releases](https://github.com/react-native-oh-library/async-storage/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/async-storage Releases](https://github.com/react-native-oh-library/async-storage/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. 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** ```bash -npm install @react-native-oh-tpl/async-storage@file:# +npm install @react-native-oh-tpl/async-storage ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/async-storage@file:# +yarn add @react-native-oh-tpl/async-storage ``` diff --git a/en/react-native-audio-recorder-player.md b/en/react-native-audio-recorder-player.md index d4b49c16518732eeb018f151d841643b51e715d8..d35c12fc46c2deb9f948a160c21281c6475ac72a 100644 --- a/en/react-native-audio-recorder-player.md +++ b/en/react-native-audio-recorder-player.md @@ -16,22 +16,22 @@ ## Installation and Usage -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-audio-recorder-player Releases](https://github.com/react-native-oh-library/react-native-audio-recorder-player/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-audio-recorder-player Releases](https://github.com/react-native-oh-library/react-native-audio-recorder-player/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-audio-recorder-player@file:# +npm install @react-native-oh-tpl/react-native-audio-recorder-player ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-audio-recorder-player@file:# +yarn add @react-native-oh-tpl/react-native-audio-recorder-player ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-audio-toolkit.md b/en/react-native-audio-toolkit.md index 0a19f9d7a8e2015908ebd52b23159cd9a483839c..f55681d6693fcd74ece93b248131a6f08e95d2a8 100644 --- a/en/react-native-audio-toolkit.md +++ b/en/react-native-audio-toolkit.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/audio-toolkit Releases](https://github.com/react-native-oh-library/react-native-audio-toolkit/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/audio-toolkit Releases](https://github.com/react-native-oh-library/react-native-audio-toolkit/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. 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** ```bash -npm install @react-native-oh-tpl/audio-toolkit@file:# +npm install @react-native-oh-tpl/audio-toolkit ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/audio-toolkit@file:# +yarn add @react-native-oh-tpl/audio-toolkit ``` diff --git a/en/react-native-audio.md b/en/react-native-audio.md index 622783452a6b1618a802059739b13b86da6aaf03..fa4fe393f868abb79740fe35c5ed3dc929ebb786 100644 --- a/en/react-native-audio.md +++ b/en/react-native-audio.md @@ -18,24 +18,24 @@ ## Installation and Usage -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-audio Releases](https://github.com/react-native-oh-library/react-native-audio/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-audio Releases](https://github.com/react-native-oh-library/react-native-audio/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-audio@file:# +npm install @react-native-oh-tpl/react-native-audio ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-audio@file:# +yarn add @react-native-oh-tpl/react-native-audio ``` diff --git a/en/react-native-autoheight-webview.md b/en/react-native-autoheight-webview.md index 38c10a17450ecbc166ef95ac397f7c7efc80c731..e70208813693e1c73852d1499f919d0f3fdfb40e 100644 --- a/en/react-native-autoheight-webview.md +++ b/en/react-native-autoheight-webview.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-autoheight-webview Releases](https://github.com/react-native-oh-library/react-native-autoheight-webview/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-autoheight-webview Releases](https://github.com/react-native-oh-library/react-native-autoheight-webview/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-autoheight-webview@file:# +npm install @react-native-oh-tpl/react-native-autoheight-webview ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-autoheight-webview@file:# +yarn add @react-native-oh-tpl/react-native-autoheight-webview ``` diff --git a/en/react-native-background-fetch.md b/en/react-native-background-fetch.md index 8d90583f6281a867c218351c428f5d482b80f46a..cdaa2c24c1896db4dbeac7d49da1b129f5326591 100644 --- a/en/react-native-background-fetch.md +++ b/en/react-native-background-fetch.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-background-fetch Releases](https://github.com/react-native-oh-library/react-native-background-fetch/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-background-fetch Releases](https://github.com/react-native-oh-library/react-native-background-fetch/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-background-fetch@file:# +npm install @react-native-oh-tpl/react-native-background-fetch ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-background-fetch@file:# +yarn add @react-native-oh-tpl/react-native-background-fetch ``` diff --git a/en/react-native-background-timer.md b/en/react-native-background-timer.md index 12de4f5bde4da20f60aa886302e001b283e5e782..0a23b7f5d232acc1c1342216d281147a16222940 100644 --- a/en/react-native-background-timer.md +++ b/en/react-native-background-timer.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-background-timer Releases](https://github.com/react-native-oh-library/react-native-background-timer/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-background-timer Releases](https://github.com/react-native-oh-library/react-native-background-timer/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-background-timer@file:# +npm install @react-native-oh-tpl/react-native-background-timer ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-background-timer@file:# +yarn add @react-native-oh-tpl/react-native-background-timer ``` diff --git a/en/react-native-baidu-map.md b/en/react-native-baidu-map.md index 2b9b3c5749601203e55d48cde07a3a4bf38dd834..d21655770482a73c0b366482e55671e24f29ab86 100644 --- a/en/react-native-baidu-map.md +++ b/en/react-native-baidu-map.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-baidu-map Releases](https://github.com/react-native-oh-library/react-native-baidu-map/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-baidu-map Releases](https://github.com/react-native-oh-library/react-native-baidu-map/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-baidu-map@file:# +npm install @react-native-oh-tpl/react-native-baidu-map ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-baidu-map@file:# +yarn add @react-native-oh-tpl/react-native-baidu-map ``` diff --git a/en/react-native-barcode-builder.md b/en/react-native-barcode-builder.md index 7be6793d33c8775119aeae2ef402d80e2ec81b76..984fa4cf66f9562003fe03632e2303ae0f551f2f 100644 --- a/en/react-native-barcode-builder.md +++ b/en/react-native-barcode-builder.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-barcode-builder](https://github.com/react-native-oh-library/react-native-barcode-builder/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-barcode-builder](https://github.com/react-native-oh-library/react-native-barcode-builder/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-barcode-builder@file:# +npm install @react-native-oh-tpl/react-native-barcode-builder ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-barcode-builder@file:# +yarn add @react-native-oh-tpl/react-native-barcode-builder ``` diff --git a/en/react-native-bars.md b/en/react-native-bars.md index c1193b5cae7c8d73b6f23c13e32eb4da854a6548..188fda97b093914144f6dd08be06575874e6ce9b 100644 --- a/en/react-native-bars.md +++ b/en/react-native-bars.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-bars Releases](https://github.com/react-native-oh-library/react-native-bars/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-bars Releases](https://github.com/react-native-oh-library/react-native-bars/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-bars@file:# +npm install @react-native-oh-tpl/react-native-bars ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-bars@file:# +yarn add @react-native-oh-tpl/react-native-bars ``` diff --git a/en/react-native-better-banner.md b/en/react-native-better-banner.md index d40e5224b98b232e4a8923c285181cd8fcf626b0..501d0c67de68d5b21550a82cf17a3f1b150f05b2 100644 --- a/en/react-native-better-banner.md +++ b/en/react-native-better-banner.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-better-banner Releases](https://github.com/react-native-oh-library/better-banner/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-better-banner Releases](https://github.com/react-native-oh-library/better-banner/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-better-banner@file:# +npm install @react-native-oh-tpl/react-native-better-banner ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-better-banner@file:# +yarn add @react-native-oh-tpl/react-native-better-banner ``` diff --git a/en/react-native-bindingx.md b/en/react-native-bindingx.md index 1ab4a924b8a439f6dae53f109b9b4efe3e7b1f39..7908ec3862793b4f2d5b9685b11ea3a14fa4dea0 100644 --- a/en/react-native-bindingx.md +++ b/en/react-native-bindingx.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-bindingx Releases](https://github.com/react-native-oh-library/react-native-bindingx/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-bindingx Releases](https://github.com/react-native-oh-library/react-native-bindingx/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-bindingx@file:# +npm install @react-native-oh-tpl/react-native-bindingx ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-bindingx@file:# +yarn add @react-native-oh-tpl/react-native-bindingx ``` diff --git a/en/react-native-ble-manager.md b/en/react-native-ble-manager.md index 769f0012fc552bbe550e145bec4e343cbda02586..7da2929da18a57302192aa9d147d5a566ad10bf2 100644 --- a/en/react-native-ble-manager.md +++ b/en/react-native-ble-manager.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-ble-manager Releases](https://github.com/react-native-oh-library/react-native-ble-manager/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-ble-manager Releases](https://github.com/react-native-oh-library/react-native-ble-manager/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-ble-manager@file:# +npm install @react-native-oh-tpl/react-native-ble-manager ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-ble-manager@file:# +yarn add @react-native-oh-tpl/react-native-ble-manager ``` diff --git a/en/react-native-ble-plx.md b/en/react-native-ble-plx.md index 3f8127b36e396d598baf8b6db42b56a77c8dd122..94cbf6c057d5ea192ef82348377e1d890e91b1cf 100644 --- a/en/react-native-ble-plx.md +++ b/en/react-native-ble-plx.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-ble-plx Releases](https://github.com/react-native-oh-library/react-native-ble-plx/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-ble-plx Releases](https://github.com/react-native-oh-library/react-native-ble-plx/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-ble-plx@file:# +npm install @react-native-oh-tpl/react-native-ble-plx ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-ble-plx@file:# +yarn add @react-native-oh-tpl/react-native-ble-plx ``` diff --git a/en/react-native-blob-util.md b/en/react-native-blob-util.md index bfe1aa7296cd40d8c5d0d49585de8dc47eb765cd..8d3115179dda107cbfbc4936c7763c3243e10707 100644 --- a/en/react-native-blob-util.md +++ b/en/react-native-blob-util.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-blob-util Releases](https://github.com/react-native-oh-library/react-native-blob-util/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-blob-util Releases](https://github.com/react-native-oh-library/react-native-blob-util/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-blob-util@file:# +npm install @react-native-oh-tpl/react-native-blob-util ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-blob-util@file:# +yarn add @react-native-oh-tpl/react-native-blob-util ``` diff --git a/en/react-native-bootsplash.md b/en/react-native-bootsplash.md index 7a30e653b7c53ddcee94d693ce806f3e8cf5dc01..3ca260ad6ab1e130569fe327e8c4fda5557de802 100644 --- a/en/react-native-bootsplash.md +++ b/en/react-native-bootsplash.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-bootsplash Releases](https://github.com/react-native-oh-library/react-native-bootsplash/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-bootsplash Releases](https://github.com/react-native-oh-library/react-native-bootsplash/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-bootsplash@file:# +npm install @react-native-oh-tpl/react-native-bootsplash ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-bootsplash@file:# +yarn add @react-native-oh-tpl/react-native-bootsplash ``` #### 生成配置文件 diff --git a/en/react-native-calendar-events.md b/en/react-native-calendar-events.md index d3b1ccf0a90e7750231326b860b8e2d069d23506..2ec8bcd15ea16c220576af6fc8ce29c1d1c1bf43 100644 --- a/en/react-native-calendar-events.md +++ b/en/react-native-calendar-events.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-calendar-events Releases](https://github.com/react-native-oh-library/react-native-calendar-events/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-calendar-events Releases](https://github.com/react-native-oh-library/react-native-calendar-events/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-calendar-events@file:# +npm install @react-native-oh-tpl/react-native-calendar-events ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-calendar-events@file:# +yarn add @react-native-oh-tpl/react-native-calendar-events ``` diff --git a/en/react-native-camera-kit.md b/en/react-native-camera-kit.md index b62c5b45034c71871118a4e3cc404ce6a6aba30f..70bff1ecdb7861a306c27a98ae36af1647337e9a 100644 --- a/en/react-native-camera-kit.md +++ b/en/react-native-camera-kit.md @@ -18,24 +18,23 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-camera-kit Releases](https://github.com/react-native-oh-library/react-native-camera-kit/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-camera-kit Releases](https://github.com/react-native-oh-library/react-native-camera-kit/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-camera-kit@file:# +npm install @react-native-oh-tpl/react-native-camera-kit ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-camera-kit@file:# +yarn add @react-native-oh-tpl/react-native-camera-kit ``` diff --git a/en/react-native-cameraroll.md b/en/react-native-cameraroll.md index 6ac87f1ee68d59e8ea26963a9b3717cc9ebf120c..c5683a4fa2c2e5c0de979e5e89ac200232410c29 100644 --- a/en/react-native-cameraroll.md +++ b/en/react-native-cameraroll.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-cameraroll Releases](https://github.com/react-native-oh-library/react-native-cameraroll/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-cameraroll Releases](https://github.com/react-native-oh-library/react-native-cameraroll/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. 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** ```bash -npm install @react-native-oh-tpl/camera-roll@file:# +npm install @react-native-oh-tpl/camera-roll ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/camera-roll@file:# +yarn add @react-native-oh-tpl/camera-roll ``` diff --git a/en/react-native-cardview.md b/en/react-native-cardview.md index 619bf9030465cdd10781a5438f320cac2c12f902..8419eedb85dcd9a1c6defe8638ee8b39fccf1f36 100644 --- a/en/react-native-cardview.md +++ b/en/react-native-cardview.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-cardview Releases](https://github.com/react-native-oh-library/react-native-cardview/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-cardview Releases](https://github.com/react-native-oh-library/react-native-cardview/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-cardview@file:# +npm install @react-native-oh-tpl/react-native-cardview ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-cardview@file:# +yarn add @react-native-oh-tpl/react-native-cardview ``` diff --git a/en/react-native-charts-wrapper.md b/en/react-native-charts-wrapper.md index e62795aa444999833ec04312824e8bb65ad123b9..386d48ef8c2107930d9826ebee4cc463061fe297 100644 --- a/en/react-native-charts-wrapper.md +++ b/en/react-native-charts-wrapper.md @@ -16,24 +16,24 @@ Template version: v0.2.2 ## Installation and Usage -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-charts-wrapper/Releases](https://github.com/react-native-oh-library/react-native-charts-wrapper/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-charts-wrapper/Releases](https://github.com/react-native-oh-library/react-native-charts-wrapper/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-charts-wrapper@file:# +npm install @react-native-oh-tpl/react-native-charts-wrapper ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-charts-wrapper@file:# +yarn add @react-native-oh-tpl/react-native-charts-wrapper ``` diff --git a/en/react-native-clipboard-clipboard.md b/en/react-native-clipboard-clipboard.md index 3c77f4a588040e09aa75c5714b492cef81d8724e..64ddc51b6006ab98819c45e2fef5cc8702668006 100644 --- a/en/react-native-clipboard-clipboard.md +++ b/en/react-native-clipboard-clipboard.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/clipboard Releases](https://github.com/react-native-oh-library/clipboard/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/clipboard Releases](https://github.com/react-native-oh-library/clipboard/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. 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** ```bash -npm install @react-native-oh-tpl/clipboard@file:# +npm install @react-native-oh-tpl/clipboard ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/clipboard@file:# +yarn add @react-native-oh-tpl/clipboard ``` diff --git a/en/react-native-clippath-capi.md b/en/react-native-clippath-capi.md index ffeee35abc570216757e2ed9a22dbdff2fe6f680..5a4fdafcdb68bf02ae8e37fdca63aff9736f4392 100644 --- a/en/react-native-clippath-capi.md +++ b/en/react-native-clippath-capi.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-clippathview Releases](https://github.com/react-native-oh-library/react-native-clippath/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-clippathview Releases](https://github.com/react-native-oh-library/react-native-clippath/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-clippathview@file:# +npm install @react-native-oh-tpl/react-native-clippathview ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-clippathview@file:# +yarn add @react-native-oh-tpl/react-native-clippathview ``` diff --git a/en/react-native-clippathview.md b/en/react-native-clippathview.md index 90e3839bde184f49fe728df4d4c642352971fedf..ea584a45fc4fa40efc935f3638d1619ef6ea5a70 100644 --- a/en/react-native-clippathview.md +++ b/en/react-native-clippathview.md @@ -18,24 +18,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-clippathview Releases](https://github.com/react-native-oh-library/react-native-clippath/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-clippathview Releases](https://github.com/react-native-oh-library/react-native-clippath/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-clippathview@file:# +npm install @react-native-oh-tpl/react-native-clippathview ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-clippathview@file:# +yarn add @react-native-oh-tpl/react-native-clippathview ``` diff --git a/en/react-native-code-push.md b/en/react-native-code-push.md index 1df055f5d653d934c39c4ee99b8e80c3774386a1..2afaa156a0990ac581dc24fa846660c7dab18b86 100644 --- a/en/react-native-code-push.md +++ b/en/react-native-code-push.md @@ -46,24 +46,24 @@ code-push release "< version number > "--descripti ## Installation and Usage -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-code-push Releases](https://github.com/react-native-oh-library/react-native-code-push/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-code-push Releases](https://github.com/react-native-oh-library/react-native-code-push/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-code-push@file:# +npm install @react-native-oh-tpl/react-native-code-push ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-code-push@file:# +yarn add @react-native-oh-tpl/react-native-code-push ``` diff --git a/en/react-native-color-matrix-image-filters.md b/en/react-native-color-matrix-image-filters.md index f1d66b66ed5ced25a26c23cf92558d6d21e319d1..127725cd772f25c377a6e9acb677ab434b79eff4 100644 --- a/en/react-native-color-matrix-image-filters.md +++ b/en/react-native-color-matrix-image-filters.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-color-matrix-image-filters Releases](https://github.com/react-native-oh-library/react-native-color-matrix-image-filters/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-color-matrix-image-filters Releases](https://github.com/react-native-oh-library/react-native-color-matrix-image-filters/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-color-matrix-image-filters@file:# +npm install @react-native-oh-tpl/react-native-color-matrix-image-filters ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-color-matrix-image-filters@file:# +yarn add @react-native-oh-tpl/react-native-color-matrix-image-filters ``` diff --git a/en/react-native-community-blur.md b/en/react-native-community-blur.md index 3b5a6f2afe0b47550d47b0b4c986407d4685af03..e816f06b64a3ca902b24a310e9398f7bcd95d48c 100644 --- a/en/react-native-community-blur.md +++ b/en/react-native-community-blur.md @@ -18,24 +18,24 @@ 本库已经适配`C-API版本`从版本`4.4.0-0.1.0`开始的版本为`C-API版本`,`C-API版本`在性能和速度上都优于`ArkTS版本`。 -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-community-blur Releases](https://github.com/react-native-oh-library/react-native-blur/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-community-blur Releases](https://github.com/react-native-oh-library/react-native-blur/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. 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** ```bash -npm install @react-native-oh-tpl/blur@file:# +npm install @react-native-oh-tpl/blur ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/blur@file:# +yarn add @react-native-oh-tpl/blur ``` diff --git a/en/react-native-community-checkbox.md b/en/react-native-community-checkbox.md index e443a316cac8e86e41ce9f67fa58ab7d1faea71c..5246700e02f483d081a7365194df3c1ef946da79 100644 --- a/en/react-native-community-checkbox.md +++ b/en/react-native-community-checkbox.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/checkbox Releases](https://github.com/react-native-oh-library/react-native-checkbox/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/checkbox Releases](https://github.com/react-native-oh-library/react-native-checkbox/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. 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** ```bash -npm install @react-native-oh-tpl/checkbox@file:# +npm install @react-native-oh-tpl/checkbox ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/checkbox@file:# +yarn add @react-native-oh-tpl/checkbox ``` diff --git a/en/react-native-community-datetimepicker.md b/en/react-native-community-datetimepicker.md index 149b54401a134ea650f7fe5bda95d853db064282..eabbdad3837f99d5fe2184446f04e6bec1952e1b 100644 --- a/en/react-native-community-datetimepicker.md +++ b/en/react-native-community-datetimepicker.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/datetimepicker Releases](https://github.com/react-native-oh-library/datetimepicker/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/datetimepicker Releases](https://github.com/react-native-oh-library/datetimepicker/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. 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** ```bash -npm install @react-native-oh-tpl/datetimepicker@file:# +npm install @react-native-oh-tpl/datetimepicker ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/datetimepicker@file:# +yarn add @react-native-oh-tpl/datetimepicker ``` diff --git a/en/react-native-community-geolocation.md b/en/react-native-community-geolocation.md index 7c3c12f58950ea00498c07251144557cb8e499f8..ddc7feb4faf9bb5431703118ce6218a0046c5580 100644 --- a/en/react-native-community-geolocation.md +++ b/en/react-native-community-geolocation.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/geolocation Releases](https://github.com/react-native-oh-library/react-native-geolocation/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/geolocation Releases](https://github.com/react-native-oh-library/react-native-geolocation/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. 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** ```bash -npm install @react-native-oh-tpl/geolocation@file:# +npm install @react-native-oh-tpl/geolocation ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/geolocation@file:# +yarn add @react-native-oh-tpl/geolocation ``` diff --git a/en/react-native-community-netinfo.md b/en/react-native-community-netinfo.md index c29374e0d90199fd986972e6cd7868e93098b7fa..3779aeb025a23118ccc7970735c615a58457f03c 100644 --- a/en/react-native-community-netinfo.md +++ b/en/react-native-community-netinfo.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/netinfo Releases](https://github.com/react-native-oh-library/react-native-netinfo/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/netinfo Releases](https://github.com/react-native-oh-library/react-native-netinfo/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. 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** ```bash -npm install @react-native-oh-tpl/netinfo@file:# +npm install @react-native-oh-tpl/netinfo ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/netinfo@file:# +yarn add @react-native-oh-tpl/netinfo ``` diff --git a/en/react-native-community-progress-bar-android.md b/en/react-native-community-progress-bar-android.md index fd36efd1f603763e0b85ab8f0cbcd9fa027ea25e..5bcb4714025dfcd3ea6b57066375fe5514e41f12 100644 --- a/en/react-native-community-progress-bar-android.md +++ b/en/react-native-community-progress-bar-android.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/progress-bar-android Releases](https://github.com/react-native-oh-library/progress-bar-android/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/progress-bar-android Releases](https://github.com/react-native-oh-library/progress-bar-android/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. 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 (#). + #### **yarn** ```bash -yarn add @react-native-oh-tpl/progress-bar-android@file:# +yarn add @react-native-oh-tpl/progress-bar-android ``` #### **npm** ```bash -npm install @react-native-oh-tpl/progress-bar-android@file:# +npm install @react-native-oh-tpl/progress-bar-android ``` diff --git a/en/react-native-community-progress-view-capi.md b/en/react-native-community-progress-view-capi.md index 256ff13a75c835e807dce2f424f64c49f84e24ef..b21b4596fa7dbb8a24b024b626c144845e79cd69 100644 --- a/en/react-native-community-progress-view-capi.md +++ b/en/react-native-community-progress-view-capi.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/progress-view Releases](https://github.com/react-native-oh-library/progress-view/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/progress-view Releases](https://github.com/react-native-oh-library/progress-view/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. 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** ```bash -npm install @react-native-oh-tpl/progress-view@file:# +npm install @react-native-oh-tpl/progress-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/progress-view@file:# +yarn add @react-native-oh-tpl/progress-view ``` diff --git a/en/react-native-community-progress-view.md b/en/react-native-community-progress-view.md index 1069262906eef8313b118fb9f776e645a8ebb314..bf2f99ceb0a7d7d086fe516c0d8fe8bb746768ff 100644 --- a/en/react-native-community-progress-view.md +++ b/en/react-native-community-progress-view.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/progress-view Releases](https://github.com/react-native-oh-library/progress-view/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/progress-view Releases](https://github.com/react-native-oh-library/progress-view/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. 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** ```bash -npm install @react-native-oh-tpl/progress-view@file:# +npm install @react-native-oh-tpl/progress-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/progress-view@file:# +yarn add @react-native-oh-tpl/progress-view ``` diff --git a/en/react-native-community-push-notification-ios.md b/en/react-native-community-push-notification-ios.md index 57a5923bfdf803b6386f46c278330e73a6771f3d..50201fa4ac9193cc7b83f2cb97b29b8aa2dc6c89 100644 --- a/en/react-native-community-push-notification-ios.md +++ b/en/react-native-community-push-notification-ios.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/push-notification-ios Releases](https://github.com/react-native-oh-library/react-native-push-notification-ios/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/push-notification-ios Releases](https://github.com/react-native-oh-library/react-native-push-notification-ios/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. 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** ```bash -npm install @react-native-oh-tpl/push-notification-ios@file:# +npm install @react-native-oh-tpl/push-notification-ios ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/push-notification-ios@file:# +yarn add @react-native-oh-tpl/push-notification-ios ``` diff --git a/en/react-native-community-segmented-control.md b/en/react-native-community-segmented-control.md index 5db69fc3e790877a3d7d2c195b001c25278fa793..e2c91c072f50604f0e5171917ccb4066a296f9f5 100644 --- a/en/react-native-community-segmented-control.md +++ b/en/react-native-community-segmented-control.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/segmented-control Releases](https://github.com/react-native-oh-library/segmented-control/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/segmented-control Releases](https://github.com/react-native-oh-library/segmented-control/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. 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** ```bash -npm install @react-native-oh-tpl/segmented-control@file:# +npm install @react-native-oh-tpl/segmented-control ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/segmented-control@file:# +yarn add @react-native-oh-tpl/segmented-control ``` diff --git a/en/react-native-community-slider.md b/en/react-native-community-slider.md index b926ea867edc1dc7713db527c7385d06bc799d96..fe3995104f747a1501ba5d6e4e68f266279fe351 100644 --- a/en/react-native-community-slider.md +++ b/en/react-native-community-slider.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/slider Releases](https://github.com/react-native-oh-library/react-native-slider/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/slider Releases](https://github.com/react-native-oh-library/react-native-slider/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. 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** ```bash -npm install @react-native-oh-tpl/slider@file:# +npm install @react-native-oh-tpl/slider ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/slider@file:# +yarn add @react-native-oh-tpl/slider ``` diff --git a/en/react-native-community-toolbar-android.md b/en/react-native-community-toolbar-android.md index 4fb1f50947e99d1ea52cd8ed2a9355d58f84e5df..5645a8bd958800c2ef7a0f305b1e8d7d8718d784 100644 --- a/en/react-native-community-toolbar-android.md +++ b/en/react-native-community-toolbar-android.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/toolbar-android Releases](https://github.com/react-native-oh-library/toolbar-android/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/toolbar-android Releases](https://github.com/react-native-oh-library/toolbar-android/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. 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 ```bash -npm install @react-native-oh-tpl/toolbar-android@file:# +npm install @react-native-oh-tpl/toolbar-android ``` #### yarn ```bash -yarn add @react-native-oh-tpl/toolbar-android@file:# +yarn add @react-native-oh-tpl/toolbar-android ``` diff --git a/en/react-native-compass-heading.md b/en/react-native-compass-heading.md index 7be12877277e6258a2a6102740ec0643f701a470..ad4521a6f8d5f58bcb253229c0b1bd102e8a11dd 100644 --- a/en/react-native-compass-heading.md +++ b/en/react-native-compass-heading.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-compass-heading Releases](https://github.com/react-native-oh-library/react-native-compass-heading/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-compass-heading Releases](https://github.com/react-native-oh-library/react-native-compass-heading/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-compass-heading@file:# +npm install @react-native-oh-tpl/react-native-compass-heading ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-compass-heading@file:# +yarn add @react-native-oh-tpl/react-native-compass-heading ``` diff --git a/en/react-native-config.md b/en/react-native-config.md index b3cc417b28a009b3e6ee70c3bc56ddaf5f325fdd..83a13a327ad113842b4b86709976e8179a1249bb 100644 --- a/en/react-native-config.md +++ b/en/react-native-config.md @@ -36,22 +36,22 @@ Config.GOOGLE_MAPS_API_KEY; // 'abcdefgh' ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-config Releases](https://github.com/react-native-oh-library/react-native-config/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-config Releases](https://github.com/react-native-oh-library/react-native-config/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-config@file:# +npm install @react-native-oh-tpl/react-native-config ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-config@file:# +yarn add @react-native-oh-tpl/react-native-config ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-contacts.md b/en/react-native-contacts.md index 35bce26b2ecad083cf71e13a97ac9adc88139b4d..45c32dafaea27762938c111907ae64cc683a0302 100644 --- a/en/react-native-contacts.md +++ b/en/react-native-contacts.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-contacts Releases](https://github.com/react-native-oh-library/react-native-contacts/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-contacts Releases](https://github.com/react-native-oh-library/react-native-contacts/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-contacts@file:# +npm install @react-native-oh-tpl/react-native-contacts ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-contacts@file:# +yarn add @react-native-oh-tpl/react-native-contacts ``` diff --git a/en/react-native-context-menu-view.md b/en/react-native-context-menu-view.md index 2d3ffc1e478722cbe28fb6e6a0bee5ecc577f019..5d9bcf40e8a986c834805aed902d3f9ab2422790 100644 --- a/en/react-native-context-menu-view.md +++ b/en/react-native-context-menu-view.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-context-menu-view Releases](https://github.com/react-native-oh-library/react-native-context-menu-view/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-context-menu-view Releases](https://github.com/react-native-oh-library/react-native-context-menu-view/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-context-menu-view@file:# +npm install @react-native-oh-tpl/react-native-context-menu-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-context-menu-view@file:# +yarn add @react-native-oh-tpl/react-native-context-menu-view ``` diff --git a/en/react-native-cookies-cookies.md b/en/react-native-cookies-cookies.md index 1e118edc5f648ac1276b8f6e9874a8a13bddc193..5d74de988600f125ba47d55a69339e612a765ac7 100644 --- a/en/react-native-cookies-cookies.md +++ b/en/react-native-cookies-cookies.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/cookies Releases](https://github.com/react-native-oh-library/react-native-cookies/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/cookies Releases](https://github.com/react-native-oh-library/react-native-cookies/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. 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** ```bash -npm install @react-native-oh-tpl/cookies@file:# +npm install @react-native-oh-tpl/cookies ``` #### **yarn** ``` -yarn add @react-native-oh-tpl/cookies@file:# +yarn add @react-native-oh-tpl/cookies ``` diff --git a/en/react-native-country-picker-modal.md b/en/react-native-country-picker-modal.md index 0a2a81811fa29bee83f352e03d4b38edb1c4bbbb..fcde8753155399a2f12bd47871ee1ae330c405aa 100644 --- a/en/react-native-country-picker-modal.md +++ b/en/react-native-country-picker-modal.md @@ -16,24 +16,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-native-country-picker-modal Releases](https://github.com/react-native-oh-library/react-native-country-picker-modal/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-library/react-native-country-picker-modal Releases](https://github.com/react-native-oh-library/react-native-country-picker-modal/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. 进入到工程目录并输入以下命令: ->[!TIP] # 处替换为 tgz 包的路径 + #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-country-picker-modal@file:# +npm install @react-native-oh-tpl/react-native-country-picker-modal ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-country-picker-modal@file:# +yarn add @react-native-oh-tpl/react-native-country-picker-modal ``` diff --git a/en/react-native-create-thumbnail.md b/en/react-native-create-thumbnail.md index f3f713c2c960bc19dc4eed0c7499028aea0c37c1..151140e137a48f38a03f47d363d2210f0fd1ea22 100644 --- a/en/react-native-create-thumbnail.md +++ b/en/react-native-create-thumbnail.md @@ -18,24 +18,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-create-thumbnail Releases](https://github.com/react-native-oh-library/react-native-create-thumbnail/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-create-thumbnail Releases](https://github.com/react-native-oh-library/react-native-create-thumbnail/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. 进入到工程目录并输入以下命令: ->[!TIP] # 处替换为 tgz 包的路径 + #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-create-thumbnail@file:# +npm install @react-native-oh-tpl/react-native-create-thumbnail ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-create-thumbnail@file:# +yarn add @react-native-oh-tpl/react-native-create-thumbnail ``` diff --git a/en/react-native-credit-card-input.md b/en/react-native-credit-card-input.md index b99a5a61980e02c16e0250a69712ab7cb71b1beb..05e8163d7acc2dc70783e27486e5f97997701485 100644 --- a/en/react-native-credit-card-input.md +++ b/en/react-native-credit-card-input.md @@ -16,24 +16,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-credit-card-input Releases](https://github.com/react-native-oh-library/react-native-credit-card-input/releases),并下载适用版本的 tgz 包 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-credit-card-input Releases](https://github.com/react-native-oh-library/react-native-credit-card-input/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. 进入到工程目录并输入以下命令: ->[!TIP] # 处替换为 tgz 包的路径 + #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-credit-card-input@file:# +npm install @react-native-oh-tpl/react-native-credit-card-input ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-credit-card-input@file:# +yarn add @react-native-oh-tpl/react-native-credit-card-input ``` diff --git a/en/react-native-custom-keyboard.md b/en/react-native-custom-keyboard.md index f4f01a4e09cc8637443a69ab2e3ebd2e482b0c75..4d4d40523ef7d7892e42416c0166b2f1b1cb724b 100644 --- a/en/react-native-custom-keyboard.md +++ b/en/react-native-custom-keyboard.md @@ -17,22 +17,21 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-custom-keyboard Releases](https://github.com/react-native-oh-library/react-native-custom-keyboard/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-custom-keyboard Releases](https://github.com/react-native-oh-library/react-native-custom-keyboard/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-custom-keyboard@file:# +npm install @react-native-oh-tpl/react-native-custom-keyboard ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-custom-keyboard@file:# +yarn add @react-native-oh-tpl/react-native-custom-keyboard ``` 下面的代码展示了这个库的基本使用场景: diff --git a/en/react-native-date-picker.md b/en/react-native-date-picker.md index 26b6a08774f7edfaf81d5deed62664b45d8e1312..6539a74acb7e8a685de505b895dde47b5dd028e1 100644 --- a/en/react-native-date-picker.md +++ b/en/react-native-date-picker.md @@ -16,22 +16,22 @@ ## Installation and Usage -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-date-picker Releases](https://github.com/react-native-oh-library/react-native-date-picker/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-date-picker Releases](https://github.com/react-native-oh-library/react-native-date-picker/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-date-picker@file:# +npm install @react-native-oh-tpl/react-native-date-picker ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-date-picker@file:# +yarn add @react-native-oh-tpl/react-native-date-picker ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-default-preference.md b/en/react-native-default-preference.md index 125ceab49adb095ab75534cd0842c2c1fca817e7..7e8da6d8d92f66eca22e9167d29115d8f2c91cc9 100644 --- a/en/react-native-default-preference.md +++ b/en/react-native-default-preference.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-default-preference Releases](https://github.com/react-native-oh-library/react-native-default-preference/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-default-preference Releases](https://github.com/react-native-oh-library/react-native-default-preference/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-default-preference@file:# +npm install @react-native-oh-tpl/react-native-default-preference ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-default-preference@file:# +yarn add @react-native-oh-tpl/react-native-default-preference ``` diff --git a/en/react-native-device-info.md b/en/react-native-device-info.md index f6f7c4d41d8ae6992dcf4852a77945b800eedaef..23a1dd54749cbe6287cce4af85bb0dc79264f341 100644 --- a/en/react-native-device-info.md +++ b/en/react-native-device-info.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-device-info Releases](https://github.com/react-native-oh-library/react-native-device-info/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-device-info Releases](https://github.com/react-native-oh-library/react-native-device-info/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-device-info@file:# +npm install @react-native-oh-tpl/react-native-device-info ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-device-info@file:# +yarn add @react-native-oh-tpl/react-native-device-info ``` diff --git a/en/react-native-doc-viewer.md b/en/react-native-doc-viewer.md index 96d923e099732f0694794b8b835cbbc78be9d74a..39eca20b7068942211750e209bf11961070d9758 100644 --- a/en/react-native-doc-viewer.md +++ b/en/react-native-doc-viewer.md @@ -16,24 +16,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-doc-viewer Releases](https://github.com/react-native-oh-library/react-native-doc-viewer/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-doc-viewer Releases](https://github.com/react-native-oh-library/react-native-doc-viewer/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-doc-viewer@file:# +npm install @react-native-oh-tpl/react-native-doc-viewer ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-doc-viewer@file:# +yarn add @react-native-oh-tpl/react-native-doc-viewer ``` diff --git a/en/react-native-document-picker.md b/en/react-native-document-picker.md index 7afed0c49b9db13f16c1af814f7122576586f96d..0dc73fe5d897ee410c21e4e919d7ebbb4e5686b9 100644 --- a/en/react-native-document-picker.md +++ b/en/react-native-document-picker.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-document-picker Releases](https://github.com/react-native-oh-library/document-picker/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-document-picker Releases](https://github.com/react-native-oh-library/document-picker/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-document-picker@file:# +npm install @react-native-oh-tpl/react-native-document-picker ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-document-picker@file:# +yarn add @react-native-oh-tpl/react-native-document-picker ``` diff --git a/en/react-native-drag-sort.md b/en/react-native-drag-sort.md index 777362b8df1f97db2c7907a97e9cd9bf8d84577f..29553a1e07ad7f50bf643b7232910931c3ccea60 100644 --- a/en/react-native-drag-sort.md +++ b/en/react-native-drag-sort.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-drag-sort Releases](https://github.com/react-native-oh-library/react-native-drag-sort/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-drag-sort Releases](https://github.com/react-native-oh-library/react-native-drag-sort/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. 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 (#). + #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-drag-sort@file:# +yarn add @react-native-oh-tpl/react-native-drag-sort ``` #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-drag-sort@file:# +npm install @react-native-oh-tpl/react-native-drag-sort ``` ### Tip diff --git a/en/react-native-drax.md b/en/react-native-drax.md index 84c605b40a19751e1deffd2cb4e785e90218767c..061720a44346ddf4a8904ab8c76a04c14cc1a8eb 100644 --- a/en/react-native-drax.md +++ b/en/react-native-drax.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-drax Releases](https://github.com/react-native-oh-library/react-native-drax/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-drax Releases](https://github.com/react-native-oh-library/react-native-drax/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-drax@file:# +npm install @react-native-oh-tpl/react-native-drax ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-drax@file:# +yarn add @react-native-oh-tpl/react-native-drax ``` diff --git a/en/react-native-email-link.md b/en/react-native-email-link.md index 030b73f14b0c9a63919a38bb27b66751c1197dbc..9be760783ed4e7dface7cdca51e5a04e4d5c393a 100644 --- a/en/react-native-email-link.md +++ b/en/react-native-email-link.md @@ -16,24 +16,22 @@ ## Installation and Usage -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-email-link Releases](https://github.com/react-native-oh-library/react-native-email-link/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-email-link Releases](https://github.com/react-native-oh-library/react-native-email-link/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-email-link@file:# +npm install @react-native-oh-tpl/react-native-email-link ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-email-link@file:# +yarn add @react-native-oh-tpl/react-native-email-link ``` diff --git a/en/react-native-exception-handler.md b/en/react-native-exception-handler.md index bc946683b0baa4c0f11cd8a68e75940484edb318..49a373027908bfbee9e3b83ee635a608cdd0fdac 100644 --- a/en/react-native-exception-handler.md +++ b/en/react-native-exception-handler.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-exception-handler Releases](https://github.com/react-native-oh-library/react-native-exception-handler/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-exception-handler Releases](https://github.com/react-native-oh-library/react-native-exception-handler/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-exception-handler@file:# +npm install @react-native-oh-tpl/react-native-exception-handler ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-exception-handler@file:# +yarn add @react-native-oh-tpl/react-native-exception-handler ``` diff --git a/en/react-native-exit-app.md b/en/react-native-exit-app.md index b9f4e4af45bc93511bcd40580f9686af2c2f9b3b..0c03b67b075064756c2435d0e95adb7c37179c06 100644 --- a/en/react-native-exit-app.md +++ b/en/react-native-exit-app.md @@ -16,22 +16,20 @@ ## Installation and Usage -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-exit-app Releases](https://github.com/react-native-oh-library/react-native-exit-app/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-exit-app Releases](https://github.com/react-native-oh-library/react-native-exit-app/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-exit-app@file:# +npm install @react-native-oh-tpl/react-native-exit-app ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-exit-app@file:# +yarn add @react-native-oh-tpl/react-native-exit-app ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-fast-image.md b/en/react-native-fast-image.md index 40258dcec691bdec94f12fe0659c1427f35afcd5..b63b7ae4da2f7c3bc407b6593c92211e1bd20cc7 100644 --- a/en/react-native-fast-image.md +++ b/en/react-native-fast-image.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-fast-image Releases](https://github.com/react-native-oh-library/react-native-fast-image/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-fast-image Releases](https://github.com/react-native-oh-library/react-native-fast-image/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-fast-image@file:# +npm install @react-native-oh-tpl/react-native-fast-image ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-fast-image@file:# +yarn add @react-native-oh-tpl/react-native-fast-image ``` diff --git a/en/react-native-file-access.md b/en/react-native-file-access.md index 0e92082dfd389e2e6e3b1c80056df99002be8c94..d675832a931645fc20716a7d6e0ff1abe5dd5cf7 100644 --- a/en/react-native-file-access.md +++ b/en/react-native-file-access.md @@ -16,24 +16,22 @@ ## Installation and Usage -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-file-access Releases](https://github.com/react-native-oh-library/react-native-file-access/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-file-access Releases](https://github.com/react-native-oh-library/react-native-file-access/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-file-access@file:# +npm install @react-native-oh-tpl/react-native-file-access ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-file-access@file:# +yarn add @react-native-oh-tpl/react-native-file-access ``` diff --git a/en/react-native-file-selector.md b/en/react-native-file-selector.md index 05d758b1de4dc5ab385b7a2838d8c74618dee219..a73119b123627fe79aed29dafcd2dac5c72aa2b0 100644 --- a/en/react-native-file-selector.md +++ b/en/react-native-file-selector.md @@ -17,23 +17,23 @@ ## Installation and Usage -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-file-selector Releases](https://github.com/react-native-oh-library/react-native-file-selector/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-file-selector Releases](https://github.com/react-native-oh-library/react-native-file-selector/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-file-selector@file:# +npm install @react-native-oh-tpl/react-native-file-selector ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-file-selector@file:# +yarn add @react-native-oh-tpl/react-native-file-selector ``` diff --git a/en/react-native-file-viewer.md b/en/react-native-file-viewer.md index 3591d9f6c901b0360e8338c4d9fc0f559a3a2689..3c81c13ac3189cd57c2fa3eae729c1e4cc973f14 100644 --- a/en/react-native-file-viewer.md +++ b/en/react-native-file-viewer.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-file-viewer Releases](https://github.com/react-native-oh-library/react-native-file-viewer/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-file-viewer Releases](https://github.com/react-native-oh-library/react-native-file-viewer/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-file-viewer@file:# +npm install @react-native-oh-tpl/react-native-file-viewer ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-file-viewer@file:# +yarn add @react-native-oh-tpl/react-native-file-viewer ``` diff --git a/en/react-native-fileupload.md b/en/react-native-fileupload.md index 317e3ed200a64ea101a5663e782023799ea44cc8..7ff56e105b937a9f8996f0075ada93b018b04758 100644 --- a/en/react-native-fileupload.md +++ b/en/react-native-fileupload.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-fileupload Releases](https://github.com/react-native-oh-library/react-native-fileupload/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-fileupload Releases](https://github.com/react-native-oh-library/react-native-fileupload/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-fileupload@file:# +npm install @react-native-oh-tpl/react-native-fileupload ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-fileupload@file:# +yarn add @react-native-oh-tpl/react-native-fileupload ``` diff --git a/en/react-native-fingerprint-scanner.md b/en/react-native-fingerprint-scanner.md index 5c5e87b1f86b1997322b5bb270fee50ec7480f10..7ae7591772759ee026cd5b244b6500799d84ef7c 100644 --- a/en/react-native-fingerprint-scanner.md +++ b/en/react-native-fingerprint-scanner.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-fingerprint-scanner Releases](https://github.com/react-native-oh-library/react-native-fingerprint-scanner/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-fingerprint-scanner Releases](https://github.com/react-native-oh-library/react-native-fingerprint-scanner/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-fingerprint-scanner@file:# +npm install @react-native-oh-tpl/react-native-fingerprint-scanner ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-fingerprint-scanner@file:# +yarn add @react-native-oh-tpl/react-native-fingerprint-scanner ``` diff --git a/en/react-native-fs.md b/en/react-native-fs.md index ae9aa422d214d1939da9b6012d4c2d9ef8157f2f..8500330d88711ad03f45c497076ddec93b38e702 100644 --- a/en/react-native-fs.md +++ b/en/react-native-fs.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-fs Releases](https://github.com/react-native-oh-library/react-native-fs/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-fs Releases](https://github.com/react-native-oh-library/react-native-fs/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-fs@file:# +npm install @react-native-oh-tpl/react-native-fs ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-fs@file:# +yarn add @react-native-oh-tpl/react-native-fs ``` diff --git a/en/react-native-gesture-handler.md b/en/react-native-gesture-handler.md index 20b9bf1852f89eb438d3e375aeeefc15cdca4407..28e1eaf30259874a914ecc36dd9f127926647f25 100644 --- a/en/react-native-gesture-handler.md +++ b/en/react-native-gesture-handler.md @@ -16,24 +16,23 @@ ## Installation and Usage -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-gesture-handler Releases](https://github.com/react-native-oh-library/react-native-harmony-gesture-handler/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-gesture-handler Releases](https://github.com/react-native-oh-library/react-native-harmony-gesture-handler/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-gesture-handler@file:# +npm install @react-native-oh-tpl/react-native-gesture-handler ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-gesture-handler@file:# +yarn add @react-native-oh-tpl/react-native-gesture-handler ``` diff --git a/en/react-native-get-random-values.md b/en/react-native-get-random-values.md index e4b3417e76c744753df6ef46ae3889974675ec6b..0e2b97eada219c81b594075e2a9b916431d82f78 100644 --- a/en/react-native-get-random-values.md +++ b/en/react-native-get-random-values.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-get-random-values](https://github.com/react-native-oh-library/react-native-get-random-values/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-get-random-values](https://github.com/react-native-oh-library/react-native-get-random-values/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-get-random-values@file:# +npm install @react-native-oh-tpl/react-native-get-random-values ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-get-random-values@file:# +yarn add @react-native-oh-tpl/react-native-get-random-values ``` diff --git a/en/react-native-gifted-charts.md b/en/react-native-gifted-charts.md index d946fe29c995cb8baaf3c61645121ecd7d3379f7..56ca44e0b91dc393baf6453c5d16bcfb4c295b7c 100644 --- a/en/react-native-gifted-charts.md +++ b/en/react-native-gifted-charts.md @@ -18,24 +18,24 @@ ## Installation and Usage -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-gifted-charts Releases](https://github.com/react-native-oh-library/react-native-gifted-charts/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-gifted-charts Releases](https://github.com/react-native-oh-library/react-native-gifted-charts/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-gifted-charts@file:# +npm install @react-native-oh-tpl/react-native-gifted-charts ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-gifted-charts@file:# +yarn add @react-native-oh-tpl/react-native-gifted-charts ``` diff --git a/en/react-native-haptic-feedback.md b/en/react-native-haptic-feedback.md index 0b365ec2757b56795063882d33c0b2e2b55bab4d..1ae50b1aa0c55ddafbcdcce230227a4568efea28 100644 --- a/en/react-native-haptic-feedback.md +++ b/en/react-native-haptic-feedback.md @@ -17,22 +17,22 @@ ## Installation and Usage -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-haptic-feedback Releases](https://github.com/react-native-oh-library/react-native-haptic-feedback/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-haptic-feedback Releases](https://github.com/react-native-oh-library/react-native-haptic-feedback/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-haptic-feedback@file:# +npm install @react-native-oh-tpl/react-native-haptic-feedback ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-haptic-feedback@file:# +yarn add @react-native-oh-tpl/react-native-haptic-feedback ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-hole-view.md b/en/react-native-hole-view.md index bebc7cd70753ddde573e373030a4f90d9888c359..9493f4ecdb15a2a4406b9dafa3011048440b60dd 100644 --- a/en/react-native-hole-view.md +++ b/en/react-native-hole-view.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-hole-view Releases](https://github.com/react-native-oh-library/react-native-hole-view/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-hole-view Releases](https://github.com/react-native-oh-library/react-native-hole-view/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-hole-view@file:# +npm install @react-native-oh-tpl/react-native-hole-view ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-hole-view@file:# +yarn add @react-native-oh-tpl/react-native-hole-view ``` diff --git a/en/react-native-http-bridge.md b/en/react-native-http-bridge.md index 173369d12f28e1a6dec6aabd671e4c3ba75a2093..597933af3819b0fd6b46dff951bf2fe85c307d8f 100644 --- a/en/react-native-http-bridge.md +++ b/en/react-native-http-bridge.md @@ -16,24 +16,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-http-bridge Releases](https://github.com/react-native-oh-library/react-native-http-bridge/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-http-bridge Releases](https://github.com/react-native-oh-library/react-native-http-bridge/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 + #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-http-bridge@file:# +npm install @react-native-oh-tpl/react-native-http-bridge ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-http-bridge@file:# +yarn add @react-native-oh-tpl/react-native-http-bridge ``` diff --git a/en/react-native-idfa-aaid.md b/en/react-native-idfa-aaid.md index 5fde6d41c7a8d1ecfa2c7ed5618a5785ce3eb26f..8a4872ee53c35c521fad65fd13451107d071ffec 100644 --- a/en/react-native-idfa-aaid.md +++ b/en/react-native-idfa-aaid.md @@ -16,24 +16,22 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-native-idfa-aaid Releases](https://github.com/react-native-oh-library/react-native-idfa-aaid/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-library/react-native-idfa-aaid Releases](https://github.com/react-native-oh-library/react-native-idfa-aaid/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 - #### npm ```bash -npm install @react-native-oh-tpl/react-native-idfa-aaid@file:# +npm install @react-native-oh-tpl/react-native-idfa-aaid ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-idfa-aaid@file:# +yarn add @react-native-oh-tpl/react-native-idfa-aaid ``` diff --git a/en/react-native-idle-timer.md b/en/react-native-idle-timer.md index a19d359d3502832af188cffdfe8fa36fff1cdda0..ae6ac87397d88543a275313c59a61b56f6752497 100644 --- a/en/react-native-idle-timer.md +++ b/en/react-native-idle-timer.md @@ -18,24 +18,24 @@ ## Installation and Usage -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-idle-timer Releases](https://github.com/react-native-oh-library/react-native-idle-timer/releases). +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-idle-timer Releases](https://github.com/react-native-oh-library/react-native-idle-timer/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-idle-timer@file:# +npm install @react-native-oh-tpl/react-native-idle-timer ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-idle-timer@file:# +yarn add @react-native-oh-tpl/react-native-idle-timer ``` diff --git a/en/react-native-image-capinsets-next.md b/en/react-native-image-capinsets-next.md index 20753d78ba00f4f3e0df0cefdf93d917cdd4ad15..12c069e7c47d822d770d508f086b11af53db50d0 100644 --- a/en/react-native-image-capinsets-next.md +++ b/en/react-native-image-capinsets-next.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-image-capinsets-next Releases](https://github.com/react-native-oh-library/react-native-image-capinsets-next/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-image-capinsets-next Releases](https://github.com/react-native-oh-library/react-native-image-capinsets-next/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-image-capinsets-next@file:# +npm install @react-native-oh-tpl/react-native-image-capinsets-next ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-image-capinsets-next@file:# +yarn add @react-native-oh-tpl/react-native-image-capinsets-next ``` diff --git a/en/react-native-image-colors.md b/en/react-native-image-colors.md index 3d2056ddc46d6c747d6f283de078c66bc65668fe..e39f250276f568f9c6983f5d24cf08abeaacae90 100644 --- a/en/react-native-image-colors.md +++ b/en/react-native-image-colors.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-image-colors Releases](https://github.com/react-native-oh-library/react-native-image-colors/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-image-colors Releases](https://github.com/react-native-oh-library/react-native-image-colors/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-image-colors@file:# +npm install @react-native-oh-tpl/react-native-image-colors ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-image-colors@file:# +yarn add @react-native-oh-tpl/react-native-image-colors ``` diff --git a/en/react-native-image-crop-picker.md b/en/react-native-image-crop-picker.md index a59cdd308fec114412bbc226ef4dd121403011d5..dd82cd1e188bd36c53f7018b2dde4bbf6ae587f4 100644 --- a/en/react-native-image-crop-picker.md +++ b/en/react-native-image-crop-picker.md @@ -16,22 +16,21 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-image-crop-picker Releases ](https://github.com/react-native-oh-library/react-native-image-crop-picker/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-image-crop-picker Releases ](https://github.com/react-native-oh-library/react-native-image-crop-picker/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. 进入到工程目录并输入以下命令: -> [!TIP] #处替换为tgz包的路径 #### **npm** ``` -npm install @react-native-oh-tpl/react-native-image-crop-picker@file:# +npm install @react-native-oh-tpl/react-native-image-crop-picker ``` #### **yarn** ``` -yarn add @react-native-oh-tpl/react-native-image-crop-picker@file:# +yarn add @react-native-oh-tpl/react-native-image-crop-picker ``` 下面的代码展示了这个库的基本使用场景: diff --git a/en/react-native-image-editor.md b/en/react-native-image-editor.md index 7837660430e23d90ee4ea9f80768bb5b84f0d9ee..e66ac13c0a025b7668c5b66e0d6e9afaeff1aca5 100644 --- a/en/react-native-image-editor.md +++ b/en/react-native-image-editor.md @@ -17,18 +17,18 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package:[@react-native-oh-tpl/image-editor Releases](https://github.com/react-native-oh-library/react-native-image-editor/releases). +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/image-editor Releases](https://github.com/react-native-oh-library/react-native-image-editor/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. #### **npm** ```bash -npm install @react-native-oh-tpl/image-editor@file:# +npm install @react-native-oh-tpl/image-editor ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/image-editor@file:# +yarn add @react-native-oh-tpl/image-editor ``` @react-native-community/image-editor is used as an example. diff --git a/en/react-native-image-gallery.md b/en/react-native-image-gallery.md index 7543e53e411bde236f24db6e3fdc7cb4b48b3852..7c7fb265e5752c936f3f2b22b5e11736a4393dbd 100644 --- a/en/react-native-image-gallery.md +++ b/en/react-native-image-gallery.md @@ -18,7 +18,7 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-image-gallery Releases](https://github.com/react-native-oh-library/react-native-image-gallery/releases),并下载适用版本的 tgz 包 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-image-gallery Releases](https://github.com/react-native-oh-library/react-native-image-gallery/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. 进入到工程目录并输入以下命令: @@ -31,13 +31,13 @@ #### **npm** ```bash -npm i @react-native-oh-tpl/react-native-image-gallery@file:# +npm i @react-native-oh-tpl/react-native-image-gallery ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-image-gallery@file:# +yarn add @react-native-oh-tpl/react-native-image-gallery ``` diff --git a/en/react-native-image-pan-zoom.md b/en/react-native-image-pan-zoom.md index 236587a1052ada2ce450afe7a88fca90e232bb2a..5b9acd305e9269e72ee9f6c27837a1ae22a38a0e 100644 --- a/en/react-native-image-pan-zoom.md +++ b/en/react-native-image-pan-zoom.md @@ -16,24 +16,24 @@ Template version: v0.2.2 ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-image-zoom Releases](https://github.com/react-native-oh-library/react-native-image-zoom/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-image-zoom Releases](https://github.com/react-native-oh-library/react-native-image-zoom/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-image-zoom@file:# +npm install @react-native-oh-tpl/react-native-image-zoom ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-image-zoom@file:# +yarn add @react-native-oh-tpl/react-native-image-zoom ``` diff --git a/en/react-native-image-picker.md b/en/react-native-image-picker.md index 7075777f1891b92ab38fd46630e6b5ad526580aa..90dd8022e17b7514715f97bc3bb34b6fe5d28084 100644 --- a/en/react-native-image-picker.md +++ b/en/react-native-image-picker.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-image-picker Releases](https://github.com/react-native-oh-library/react-native-image-picker/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-image-picker Releases](https://github.com/react-native-oh-library/react-native-image-picker/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-image-picker@file:# +npm install @react-native-oh-tpl/react-native-image-picker ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-image-picker@file:# +yarn add @react-native-oh-tpl/react-native-image-picker ``` diff --git a/en/react-native-image-sequence-2.md b/en/react-native-image-sequence-2.md index b2bca419be49de8f030f31f2c89a0e18fd68cd0c..a5461fb78d088a65626585c264ee3a93ae9fa095 100644 --- a/en/react-native-image-sequence-2.md +++ b/en/react-native-image-sequence-2.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-image-sequence Releases](https://github.com/react-native-oh-library/react-native-image-sequence/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-image-sequence Releases](https://github.com/react-native-oh-library/react-native-image-sequence/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-image-sequence-2@file:# +npm install @react-native-oh-tpl/react-native-image-sequence-2 ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-image-sequence-2@file:# +yarn add @react-native-oh-tpl/react-native-image-sequence-2 ``` diff --git a/en/react-native-image-viewing.md b/en/react-native-image-viewing.md index 618e25c30c0107c5c0244d4c4bfb7db0985ef4c3..f1082d3695bf44f2c54bd40ba74a8388b9874d9f 100644 --- a/en/react-native-image-viewing.md +++ b/en/react-native-image-viewing.md @@ -16,11 +16,11 @@ ## Installation and Usage -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-image-viewing Releases](https://github.com/react-native-oh-library/react-native-image-viewing/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-image-viewing Releases](https://github.com/react-native-oh-library/react-native-image-viewing/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. 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 (#). + @@ -29,13 +29,13 @@ Go to the project directory and execute the following instruction: #### npm ```bash -npm install @react-native-oh-tpl/react-native-image-viewing@file:# +npm install @react-native-oh-tpl/react-native-image-viewing ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-image-viewing@file:# +yarn add @react-native-oh-tpl/react-native-image-viewing ``` quick use: diff --git a/en/react-native-image-zoom-viewer.md b/en/react-native-image-zoom-viewer.md index 05341aaecfffe946721042878d78cddebbd5c698..64f9a350310c95403b8fe96faaeb8409ade6a6a4 100644 --- a/en/react-native-image-zoom-viewer.md +++ b/en/react-native-image-zoom-viewer.md @@ -19,24 +19,24 @@ ## Installation and Usage -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-image-zoom-viewer Releases](https://github.com/react-native-oh-library/react-native-image-viewer/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-image-zoom-viewer Releases](https://github.com/react-native-oh-library/react-native-image-viewer/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-image-zoom-viewer@file:# +npm install @react-native-oh-tpl/react-native-image-zoom-viewer ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-image-zoom-viewer@file:# +yarn add @react-native-oh-tpl/react-native-image-zoom-viewer ``` diff --git a/en/react-native-inappbrowser.md b/en/react-native-inappbrowser.md index 264a497518a358b4fe7514f1a2e6d398f19c7ef8..9dd9ad2c08830411d8dd933d65a4d422a1601483 100644 --- a/en/react-native-inappbrowser.md +++ b/en/react-native-inappbrowser.md @@ -16,22 +16,22 @@ ## Installation and Usage -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-inappbrowser-reborn Releases](https://github.com/react-native-oh-library/react-native-inappbrowser/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-inappbrowser-reborn Releases](https://github.com/react-native-oh-library/react-native-inappbrowser/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. 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** ``` -npm install @react-native-oh-tpl/react-native-inappbrowser-reborn@file:# +npm install @react-native-oh-tpl/react-native-inappbrowser-reborn ``` #### **yarn** ``` -yarn add @react-native-oh-tpl/react-native-inappbrowser-reborn@file:# +yarn add @react-native-oh-tpl/react-native-inappbrowser-reborn ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-input-scroll-view.md b/en/react-native-input-scroll-view.md index f1b98942fbe7fd873db51dad836e3bcec49e3902..b7d88b7a5d05b090e90eaf3c1ece7624dc8e5311 100644 --- a/en/react-native-input-scroll-view.md +++ b/en/react-native-input-scroll-view.md @@ -17,22 +17,22 @@ ## Installation and Usage -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-input-scroll-view Releases](https://github.com/react-native-oh-library/react-native-input-scroll-view/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-input-scroll-view Releases](https://github.com/react-native-oh-library/react-native-input-scroll-view/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-input-scroll-view@file:# +npm install @react-native-oh-tpl/react-native-input-scroll-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-input-scroll-view@file:# +yarn add @react-native-oh-tpl/react-native-input-scroll-view ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-intersection-observer.md b/en/react-native-intersection-observer.md index 3e1538d5d8e8a38c6d1ccb90e42ca37af9075aa1..c1480a5153b2ee90ec8e2fd8fc3f77be9683bf19 100644 --- a/en/react-native-intersection-observer.md +++ b/en/react-native-intersection-observer.md @@ -18,24 +18,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-intersection-observer Releases](https://github.com/react-native-oh-library/react-native-intersection-observer/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-intersection-observer Releases](https://github.com/react-native-oh-library/react-native-intersection-observer/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. 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** ```bash -npm install @react-native-oh-library/react-native-intersection-observer@file:# +npm install @react-native-oh-library/react-native-intersection-observer ``` #### **yarn** ```bash -yarn add @react-native-oh-library/react-native-intersection-observer@file:# +yarn add @react-native-oh-library/react-native-intersection-observer ``` diff --git a/en/react-native-iphone-screen-helper.md b/en/react-native-iphone-screen-helper.md index 53588d39623b4239806844dbc36ed3a691c32ed7..a8585f96ec4170f0e8f12b4811101f2da4848ffa 100644 --- a/en/react-native-iphone-screen-helper.md +++ b/en/react-native-iphone-screen-helper.md @@ -21,24 +21,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-iphone-screen-helper Releases](https://github.com/react-native-oh-library/react-native-iphone-screen-helper/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-iphone-screen-helper Releases](https://github.com/react-native-oh-library/react-native-iphone-screen-helper/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-iphone-screen-helper@file:# +npm install @react-native-oh-tpl/react-native-iphone-screen-helper ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-iphone-screen-helper@file:# +yarn add @react-native-oh-tpl/react-native-iphone-screen-helper ``` diff --git a/en/react-native-keep-awake.md b/en/react-native-keep-awake.md index 116cb07b0c1acb0e20a56ce743efdfa541927807..b531ef247a745ce41e7ea529a2d4005d315d94be 100644 --- a/en/react-native-keep-awake.md +++ b/en/react-native-keep-awake.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-keep-awake Releases](https://github.com/react-native-oh-library/react-native-keep-awake/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-keep-awake Releases](https://github.com/react-native-oh-library/react-native-keep-awake/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-keep-awake@file:# +npm install @react-native-oh-tpl/react-native-keep-awake ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-keep-awake@file:# +yarn add @react-native-oh-tpl/react-native-keep-awake ``` diff --git a/en/react-native-keyboard-aware-scroll-view.md b/en/react-native-keyboard-aware-scroll-view.md index cd2d301075a23be7b24e4f77a7cde41c5e05b58f..1ede7796cedecc4cdd61230c4d642a9d216da663 100644 --- a/en/react-native-keyboard-aware-scroll-view.md +++ b/en/react-native-keyboard-aware-scroll-view.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-keyboard-aware-scroll-view Releases](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-keyboard-aware-scroll-view Releases](https://github.com/react-native-oh-library/react-native-keyboard-aware-scroll-view/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-keyboard-aware-scroll-view@file:# +npm install @react-native-oh-tpl/react-native-keyboard-aware-scroll-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-keyboard-aware-scroll-view@file:# +yarn add @react-native-oh-tpl/react-native-keyboard-aware-scroll-view ``` diff --git a/en/react-native-keys.md b/en/react-native-keys.md index ba51987a1e58c1edf182abe509558f9c6fbe13b6..d40a2e5fc2e3a461cb5363a553877b3fdf469923 100644 --- a/en/react-native-keys.md +++ b/en/react-native-keys.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-keys Releases](https://github.com/react-native-oh-library/react-native-keys/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-keys Releases](https://github.com/react-native-oh-library/react-native-keys/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-keys@file:# +npm install @react-native-oh-tpl/react-native-keys ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-keys@file:# +yarn add @react-native-oh-tpl/react-native-keys ``` diff --git a/en/react-native-largelist.md b/en/react-native-largelist.md index d35c48b608bc570e98c786bebb22d7add77dd95c..d1c1e02df5440e07b52d77aead838cb515e1275e 100644 --- a/en/react-native-largelist.md +++ b/en/react-native-largelist.md @@ -17,24 +17,23 @@ ## Installation and Usage -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-largelist Releases](https://github.com/react-native-oh-library/react-native-largelist/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-largelist Releases](https://github.com/react-native-oh-library/react-native-largelist/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-largelist@file:# +npm install @react-native-oh-tpl/react-native-largelist ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-largelist@file:# +yarn add @react-native-oh-tpl/react-native-largelist ``` diff --git a/en/react-native-localization-settings.md b/en/react-native-localization-settings.md index adf57546b442b84aafc93cd689a79590b082dc42..52d2b7f893cb5f60b5094f1ad051d833df921386 100644 --- a/en/react-native-localization-settings.md +++ b/en/react-native-localization-settings.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-localization-settings Releases](https://github.com/react-native-oh-library/react-native-localization-settings/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-localization-settings Releases](https://github.com/react-native-oh-library/react-native-localization-settings/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-localization-settings@file:# +npm install @react-native-oh-tpl/react-native-localization-settings ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-localization-settings@file:# +yarn add @react-native-oh-tpl/react-native-localization-settings ``` diff --git a/en/react-native-localization.md b/en/react-native-localization.md index c9777169b89d1f88c6ce6ef3dde5b0e027427599..78be8e239ef2eba07c253f83623577e5838c1011 100644 --- a/en/react-native-localization.md +++ b/en/react-native-localization.md @@ -21,24 +21,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-localization Releases](https://github.com/react-native-oh-library/ReactNativeLocalization/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-localization Releases](https://github.com/react-native-oh-library/ReactNativeLocalization/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-localization@file:# +npm install @react-native-oh-tpl/react-native-localization ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-localization@file:# +yarn add @react-native-oh-tpl/react-native-localization ``` diff --git a/en/react-native-localize.md b/en/react-native-localize.md index 5e8c0b95d82dce0afc09812cc0e682c952418bcd..d940c9320d9e8c9f91e0f84f6346bad34997efce 100644 --- a/en/react-native-localize.md +++ b/en/react-native-localize.md @@ -17,24 +17,23 @@ ## Installation and Usage -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-localize Releases](https://github.com/react-native-oh-library/react-native-localize/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-localize Releases](https://github.com/react-native-oh-library/react-native-localize/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-localize@file:# +npm install @react-native-oh-tpl/react-native-localize ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-localize@file:# +yarn add @react-native-oh-tpl/react-native-localize ``` diff --git a/en/react-native-map-linking.md b/en/react-native-map-linking.md index a1f6951893846eafd9f7e50cab0c5a9c5a989645..531214ada0f229e15c4c156afb39ee2cdf9085a3 100644 --- a/en/react-native-map-linking.md +++ b/en/react-native-map-linking.md @@ -19,25 +19,22 @@ ## Installation and Usage -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-map-linking Releases](https://github.com/react-native-oh-library/react-native-map-linking/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-map-linking Releases](https://github.com/react-native-oh-library/react-native-map-linking/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-map-linking@file:# +npm install @react-native-oh-tpl/react-native-map-linking ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-map-linking@file:# +yarn add @react-native-oh-tpl/react-native-map-linking ``` diff --git a/en/react-native-maps.md b/en/react-native-maps.md index e292b1b27f33a8fc49c1d38f27815925b5952d21..c834af5f07fb784ee91a8a0e74f3f3ac0a4d4fbc 100644 --- a/en/react-native-maps.md +++ b/en/react-native-maps.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-maps Releases](https://github.com/react-native-oh-library/react-native-maps/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-maps Releases](https://github.com/react-native-oh-library/react-native-maps/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-maps@file:# +npm install @react-native-oh-tpl/react-native-maps ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-maps@file:# +yarn add @react-native-oh-tpl/react-native-maps ``` diff --git a/en/react-native-markdown-display.md b/en/react-native-markdown-display.md index 40a76fdc0070c6fbb0dce367c863628d5fd33490..34db477cce442a18542cbdd1612ae19c486fdb70 100644 --- a/en/react-native-markdown-display.md +++ b/en/react-native-markdown-display.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-markdown-display Releases](https://github.com/react-native-oh-library/react-native-markdown-display/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-markdown-display Releases](https://github.com/react-native-oh-library/react-native-markdown-display/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-markdown-display@file:# +npm install @react-native-oh-tpl/react-native-markdown-display ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-markdown-display@file:# +yarn add @react-native-oh-tpl/react-native-markdown-display ``` diff --git a/en/react-native-markdown-renderer.md b/en/react-native-markdown-renderer.md index ad3bdb1fc624fe5141c0a86e02fcb78b6921371e..9a24edef233dae47eb25fd2b4b6b2d587d98b0ec 100644 --- a/en/react-native-markdown-renderer.md +++ b/en/react-native-markdown-renderer.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-markdown-renderer Releases](https://github.com/react-native-oh-library/react-native-markdown-renderer/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-markdown-renderer Releases](https://github.com/react-native-oh-library/react-native-markdown-renderer/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-markdown-renderer@file:# +npm install @react-native-oh-tpl/react-native-markdown-renderer ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-markdown-renderer@file:# +yarn add @react-native-oh-tpl/react-native-markdown-renderer ``` @@ -72,7 +72,7 @@ export default class Page extends PureComponent { To use this repository, you need to use the correct React-Native and RNOH versions. In addition, you need to use DevEco Studio and the ROM on your phone. -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-markdown-renderer Releases](https://github.com/react-native-oh-library/react-native-markdown-renderer/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-markdown-renderer Releases](https://github.com/react-native-oh-library/react-native-markdown-renderer/releases). ## Markdown components diff --git a/en/react-native-marquee.md b/en/react-native-marquee.md index 16b68efe7a1e0424b5c0a09f05cc99e49532188f..50fa71f32d97ef9d1410e54a31685136e3f9da08 100644 --- a/en/react-native-marquee.md +++ b/en/react-native-marquee.md @@ -17,23 +17,23 @@ ## Installation and Usage -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-marquee Releases](https://github.com/react-native-oh-library/react-native-marquee/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-marquee Releases](https://github.com/react-native-oh-library/react-native-marquee/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-marquee@file:# +npm install @react-native-oh-tpl/react-native-marquee ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-marquee@file:# +yarn add @react-native-oh-tpl/react-native-marquee ``` diff --git a/en/react-native-masked-view-masked-view.md b/en/react-native-masked-view-masked-view.md index b33cc19130ff3fd021365bad4452192001c45f7a..b9fe39e0e5f76839249777a2c77f93578f5a7957 100644 --- a/en/react-native-masked-view-masked-view.md +++ b/en/react-native-masked-view-masked-view.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/masked-view Releases](https://github.com/react-native-oh-library/masked-view/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/masked-view Releases](https://github.com/react-native-oh-library/masked-view/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. 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** ```bash -npm install @react-native-oh-tpl/masked-view@file:# +npm install @react-native-oh-tpl/masked-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/masked-view@file:# +yarn add @react-native-oh-tpl/masked-view ``` diff --git a/en/react-native-material-buttons.md b/en/react-native-material-buttons.md index 40633d2a132dad758eaed685d9e3b08de82a70aa..de696ac38c3304ad580e3b61c48df5dee1c14252 100644 --- a/en/react-native-material-buttons.md +++ b/en/react-native-material-buttons.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-material-buttons Releases](https://github.com/react-native-oh-library/react-native-material-buttons/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-material-buttons Releases](https://github.com/react-native-oh-library/react-native-material-buttons/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-material-buttons@file:# +npm install @react-native-oh-tpl/react-native-material-buttons ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-material-buttons@file:# +yarn add @react-native-oh-tpl/react-native-material-buttons ``` diff --git a/en/react-native-material-dropdown.md b/en/react-native-material-dropdown.md index aebefb17a49c4a81648380dceaf3f1110aac5fc0..31cfff858830dbef235544a20c0b82f511fda70a 100644 --- a/en/react-native-material-dropdown.md +++ b/en/react-native-material-dropdown.md @@ -20,7 +20,7 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-material-dropdown Releases](https://github.com/react-native-oh-library/react-native-material-dropdown/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-material-dropdown Releases](https://github.com/react-native-oh-library/react-native-material-dropdown/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. > [!TIP] 本库依赖[@react-native-oh-tpl/react-native-material-textfield 文档](/zh-cn/react-native-material-textfield.md) @@ -36,13 +36,13 @@ #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-material-dropdown@file:# +npm install @react-native-oh-tpl/react-native-material-dropdown ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-material-dropdown@file:# +yarn add @react-native-oh-tpl/react-native-material-dropdown ``` diff --git a/en/react-native-material-textfield.md b/en/react-native-material-textfield.md index 88d3d4f2376e1f61e0696fdab2df38b52fd34daa..e58f91a373532c988fb69309cc5397b444a70433 100644 --- a/en/react-native-material-textfield.md +++ b/en/react-native-material-textfield.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-material-textfield Releases](https://github.com/react-native-oh-library/react-native-material-textfield/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-material-textfield Releases](https://github.com/react-native-oh-library/react-native-material-textfield/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-material-textfield@file:# +npm install @react-native-oh-tpl/react-native-material-textfield ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-material-textfield@file:# +yarn add @react-native-oh-tpl/react-native-material-textfield ``` diff --git a/en/react-native-material-ui.md b/en/react-native-material-ui.md index dd0af6967f43eb5c1da16b775972fbb4a7cc72a4..ec8cfa30f8051cbe3365c385b7cbf505fed3f309 100644 --- a/en/react-native-material-ui.md +++ b/en/react-native-material-ui.md @@ -17,25 +17,22 @@ ## 安装与使用 -请到三方库的 Releases -发布地址查看配套的版本信息:[@react-native-oh-tpl/react-material-ui Releases](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Freact-native-oh-library%2Freact-native-material-ui%2Freleases) -,并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-material-ui Releases](https://gitee.com/link?target=https%3A%2F%2Fgithub.com%2Freact-native-oh-library%2Freact-native-material-ui%2Freleases).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. 进入到工程目录并输入以下命令: -[!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install react-native-material-ui@file:# +npm install react-native-material-ui ``` #### **yarn** ```bash -yarn add react-native-material-ui@file:# +yarn add react-native-material-ui ``` diff --git a/en/react-native-mlkit-ocr.md b/en/react-native-mlkit-ocr.md index 4df5bdba8a82d9269b280f1f1dcdcff7034503c9..16f09c3e93efda882a3cda0294172ea7121878e3 100644 --- a/en/react-native-mlkit-ocr.md +++ b/en/react-native-mlkit-ocr.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-mlkit-ocr Releases](https://github.com/react-native-oh-library/react-native-mlkit-ocr/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-mlkit-ocr Releases](https://github.com/react-native-oh-library/react-native-mlkit-ocr/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-mlkit-ocr@file:# +npm install @react-native-oh-tpl/react-native-mlkit-ocr ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-mlkit-ocr@file:# +yarn add @react-native-oh-tpl/react-native-mlkit-ocr ``` diff --git a/en/react-native-mmkv-storage.md b/en/react-native-mmkv-storage.md index fc9480d54302675fb46e0487ea72f2a588f9dbce..64f196d4dc7ed986546539e4a9376b51a7c7fab7 100644 --- a/en/react-native-mmkv-storage.md +++ b/en/react-native-mmkv-storage.md @@ -19,24 +19,24 @@ ## Installation and Usage -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-mmkv-storage Releases](https://github.com/react-native-oh-library/react-native-mmkv-storage/releases). +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-mmkv-storage Releases](https://github.com/react-native-oh-library/react-native-mmkv-storage/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-mmkv-storage@file:# +npm install @react-native-oh-tpl/react-native-mmkv-storage ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-mmkv-storage@file:# +yarn add @react-native-oh-tpl/react-native-mmkv-storage ``` diff --git a/en/react-native-modal-popover.md b/en/react-native-modal-popover.md index 4a0f262e9b8b37c7a572e3e665c580608f300630..dba7fc090e7e3f865fd44fec376348876098c81e 100644 --- a/en/react-native-modal-popover.md +++ b/en/react-native-modal-popover.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-modal-popover Releases](https://github.com/react-native-oh-library/react-native-modal-popover/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-modal-popover Releases](https://github.com/react-native-oh-library/react-native-modal-popover/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-modal-popover@file:# +npm install @react-native-oh-tpl/react-native-modal-popover ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-modal-popover@file:# +yarn add @react-native-oh-tpl/react-native-modal-popover ``` diff --git a/en/react-native-modal.md b/en/react-native-modal.md index c5d35016b72184b1470d2122c95490d8a32e10ed..b021889d76b4f1fb208af1937f378d78c27fe231 100644 --- a/en/react-native-modal.md +++ b/en/react-native-modal.md @@ -16,24 +16,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-modal Releases](https://github.com/react-native-oh-library/react-native-modal/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-modal Releases](https://github.com/react-native-oh-library/react-native-modal/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-modal@file:# +npm install @react-native-oh-tpl/react-native-modal ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-modal@file:# +yarn add @react-native-oh-tpl/react-native-modal ``` diff --git a/en/react-native-modalbox.md b/en/react-native-modalbox.md index 41bf5c6029d959b21174d48cfe87aaf44839fef8..34bb7c5942f9be6328bd579f85cfbcd32fcf8b2e 100644 --- a/en/react-native-modalbox.md +++ b/en/react-native-modalbox.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-modalbox Releases](https://github.com/react-native-oh-library/react-native-modalbox/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-modalbox Releases](https://github.com/react-native-oh-library/react-native-modalbox/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-modalbox@file:# +npm install @react-native-oh-tpl/react-native-modalbox ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-modalbox@file:# +yarn add @react-native-oh-tpl/react-native-modalbox ``` diff --git a/en/react-native-multi-slider.md b/en/react-native-multi-slider.md index fbfebda8020f1de610bc7cf2f295f0b176fbad87..343b5902671c062ad8cf2ba1b221e60c0b9f63bf 100644 --- a/en/react-native-multi-slider.md +++ b/en/react-native-multi-slider.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-multi-slider Releases](https://github.com/react-native-oh-library/react-native-multi-slider/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-multi-slider Releases](https://github.com/react-native-oh-library/react-native-multi-slider/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-multi-slider@file:# +npm install @react-native-oh-tpl/react-native-multi-slider ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-multi-slider@file:# +yarn add @react-native-oh-tpl/react-native-multi-slider ``` diff --git a/en/react-native-neomorph-shadows.md b/en/react-native-neomorph-shadows.md index b92b342c824f7576b5d1d92f0fe10e2f566f866e..8022648da52c286b165cff8e38e8772548cc1115 100644 --- a/en/react-native-neomorph-shadows.md +++ b/en/react-native-neomorph-shadows.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-neomorph-shadows Releases](https://github.com/react-native-oh-library/react-native-neomorph-shadows/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-neomorph-shadows Releases](https://github.com/react-native-oh-library/react-native-neomorph-shadows/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-neomorph-shadows@file:# +npm install @react-native-oh-tpl/react-native-neomorph-shadows ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-neomorph-shadows@file:# +yarn add @react-native-oh-tpl/react-native-neomorph-shadows ``` diff --git a/en/react-native-nested-scroll-view.md b/en/react-native-nested-scroll-view.md index d31b60c4a7c7ff2c08969bbdc46bd882c1d822f9..368890750dd3859d30b27988920ce55d07981fc1 100644 --- a/en/react-native-nested-scroll-view.md +++ b/en/react-native-nested-scroll-view.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-nested-scroll-view Releases](https://github.com/react-native-oh-library/react-native-nested-scroll-view/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-nested-scroll-view Releases](https://github.com/react-native-oh-library/react-native-nested-scroll-view/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-nested-scroll-view@file:# +npm install @react-native-oh-tpl/react-native-nested-scroll-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-nested-scroll-view@file:# +yarn add @react-native-oh-tpl/react-native-nested-scroll-view ``` diff --git a/en/react-native-network-info.md b/en/react-native-network-info.md index 9040ab50877729ed748641253df17d7a8f8b8547..cff44c3947ab286c2f89aa4d85f60978fea39a61 100644 --- a/en/react-native-network-info.md +++ b/en/react-native-network-info.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-network-info Releases](https://github.com/react-native-oh-library/react-native-network-info/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-network-info Releases](https://github.com/react-native-oh-library/react-native-network-info/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-network-info@file:# +npm install @react-native-oh-tpl/react-native-network-info ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-network-info@file:# +yarn add @react-native-oh-tpl/react-native-network-info ``` diff --git a/en/react-native-ohos-community-auto-fill.md b/en/react-native-ohos-community-auto-fill.md index 7d2c0588164350f306f0691be51de41ccd02ad4f..af35922c27c544ba67204ee792e1a05d6a0022e2 100644 --- a/en/react-native-ohos-community-auto-fill.md +++ b/en/react-native-ohos-community-auto-fill.md @@ -22,19 +22,18 @@ auto-fill 基于 HarmonyOS [autoFillManager](https://developer.huawei.com/consum ## 安装 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-ohos-community/auto-fill Releases](https://github.com/react-native-oh-library/auto-fill/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-ohos-community/auto-fill Releases](https://github.com/react-native-oh-library/auto-fill/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 - **npm** ```bash - npm install @react-native-ohos-community/auto-fill@file:# + npm install @react-native-ohos-community/auto-fill ``` - **yarn** ```bash - yarn add @react-native-ohos-community/auto-fill@file:# + yarn add @react-native-ohos-community/auto-fill ``` ## 使用说明 diff --git a/en/react-native-orientation-locker.md b/en/react-native-orientation-locker.md index 775a0fc92aacbf163fefea5c917d9ee08c313620..d8fa84e61b030ff97a24f83936ac6a894d57dac1 100644 --- a/en/react-native-orientation-locker.md +++ b/en/react-native-orientation-locker.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-orientation-locker Releases](https://github.com/react-native-oh-library/react-native-orientation-locker/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-orientation-locker Releases](https://github.com/react-native-oh-library/react-native-orientation-locker/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-orientation-locker@file:# +npm install @react-native-oh-tpl/react-native-orientation-locker ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-orientation-locker@file:# +yarn add @react-native-oh-tpl/react-native-orientation-locker ``` diff --git a/en/react-native-orientation.md b/en/react-native-orientation.md index fb465dc722df25645ea15d643459f4243f14aa85..56e605d1f6c0523fe58dd7a166a0793a3071c4f9 100644 --- a/en/react-native-orientation.md +++ b/en/react-native-orientation.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-orientation Releases](https://github.com/react-native-oh-library/react-native-orientation/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-orientation Releases](https://github.com/react-native-oh-library/react-native-orientation/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-orientation@file:# +npm install @react-native-oh-tpl/react-native-orientation ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-orientation@file:# +yarn add @react-native-oh-tpl/react-native-orientation ``` diff --git a/en/react-native-pager-view.md b/en/react-native-pager-view.md index 52861e566cfb0673e312520c829114826f6459c0..28cfc828078669fdb92156642278e67100c3ac15 100644 --- a/en/react-native-pager-view.md +++ b/en/react-native-pager-view.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-pager-view Releases](https://github.com/react-native-oh-library/react-native-pager-view/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-pager-view Releases](https://github.com/react-native-oh-library/react-native-pager-view/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-pager-view@file:# +npm install @react-native-oh-tpl/react-native-pager-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-pager-view@file:# +yarn add @react-native-oh-tpl/react-native-pager-view ``` diff --git a/en/react-native-pdf.md b/en/react-native-pdf.md index 2e005277d056bf4d23aca2ba1a7e7b53cc029c9c..b82af72e4d0e892968cb105236038e709a5a3be5 100644 --- a/en/react-native-pdf.md +++ b/en/react-native-pdf.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-pdf Releases](https://github.com/react-native-oh-library/react-native-pdf/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-pdf Releases](https://github.com/react-native-oh-library/react-native-pdf/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-pdf@file:# +npm install @react-native-oh-tpl/react-native-pdf ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-pdf@file:# +yarn add @react-native-oh-tpl/react-native-pdf ``` diff --git a/en/react-native-performance.md b/en/react-native-performance.md index 63d777a62dcd4e5afcf3f246ba4097e23a5367b1..3ba5920eb7e8a7a5a1cfbadc1a3a040395e2c41e 100644 --- a/en/react-native-performance.md +++ b/en/react-native-performance.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-performance Releases](https://github.com/react-native-oh-library/react-native-performance/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-performance Releases](https://github.com/react-native-oh-library/react-native-performance/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-performance@file:# +npm install @react-native-oh-tpl/react-native-performance ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-performance@file:# +yarn add @react-native-oh-tpl/react-native-performance ``` diff --git a/en/react-native-permissions.md b/en/react-native-permissions.md index 1a3ff33574aaf45e8a00910dc0a0cc853f86aad7..078a4c5641118ade3fa6510e54a77ebc58c7aafd 100644 --- a/en/react-native-permissions.md +++ b/en/react-native-permissions.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-permissions Releases](https://github.com/react-native-oh-library/react-native-permissions/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-permissions Releases](https://github.com/react-native-oh-library/react-native-permissions/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-permissions@file:# +npm install @react-native-oh-tpl/react-native-permissions ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-permissions@file:# +yarn add @react-native-oh-tpl/react-native-permissions ``` diff --git a/en/react-native-picker-picker.md b/en/react-native-picker-picker.md index 877a0c8277622fe692fb763c7127da65d21f6e75..5de34934e0849679a5e4765ff8cc4e0dac46ca74 100644 --- a/en/react-native-picker-picker.md +++ b/en/react-native-picker-picker.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/picker Releases](https://github.com/react-native-oh-library/picker/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/picker Releases](https://github.com/react-native-oh-library/picker/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. 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** ```bash -npm install @react-native-oh-tpl/picker@file:# +npm install @react-native-oh-tpl/picker ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/picker@file:# +yarn add @react-native-oh-tpl/picker ``` diff --git a/en/react-native-picker-select.md b/en/react-native-picker-select.md index eeeddc02955cfdb6dc888276fe39865a9f7a75ea..b19ebd0a1e15f27205106fefe970d5c28e1a8eb5 100644 --- a/en/react-native-picker-select.md +++ b/en/react-native-picker-select.md @@ -16,24 +16,22 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-picker-select Releases](https://github.com/react-native-oh-library/react-native-picker-select/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-picker-select Releases](https://github.com/react-native-oh-library/react-native-picker-select/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 - #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-picker-select@file:# +npm install @react-native-oh-tpl/react-native-picker-select ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-picker-select@file:# +yarn add @react-native-oh-tpl/react-native-picker-select ``` diff --git a/en/react-native-picker.md b/en/react-native-picker.md index 782bb12cdd1b5a408499cdf26e43e1bd344dd414..119766e2aa03a1fa09fc2d0066f886ba77163ad8 100644 --- a/en/react-native-picker.md +++ b/en/react-native-picker.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-picker Releases](https://github.com/react-native-oh-library/react-native-picker/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-picker Releases](https://github.com/react-native-oh-library/react-native-picker/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-picker@file:# +npm install @react-native-oh-tpl/react-native-picker ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-picker@file:# +yarn add @react-native-oh-tpl/react-native-picker ``` diff --git a/en/react-native-popover-view.md b/en/react-native-popover-view.md index de433d2336ef5ca7b549356d84fb65ae61d11805..373cf061ed44754a840af4ca4e2651a3eaad1f38 100644 --- a/en/react-native-popover-view.md +++ b/en/react-native-popover-view.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-popover-view> Releases](https://github.com/react-native-oh-library/react-native-popover-view/releases). +Find the matching version information in the release address of a third-party library: [<@react-native-oh-tpl/react-native-popover-view> Releases](https://github.com/react-native-oh-library/react-native-popover-view/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-popover-view@file:# +npm install @react-native-oh-tpl/react-native-popover-view ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-popover-view@file:# +yarn add @react-native-oh-tpl/react-native-popover-view ``` diff --git a/en/react-native-print.md b/en/react-native-print.md index 99e3c2d16cd2382f4d2e918644a8ed7db0fcf3a2..c2c795245aad19f4dfe373d618a0c0b360c1ef10 100644 --- a/en/react-native-print.md +++ b/en/react-native-print.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-print Releases](https://github.com/react-native-oh-library/react-native-print/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-print Releases](https://github.com/react-native-oh-library/react-native-print/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-print@file:# +npm install @react-native-oh-tpl/react-native-print ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-print@file:# +yarn add @react-native-oh-tpl/react-native-print ``` diff --git a/en/react-native-progress.md b/en/react-native-progress.md index 9ea0109a843be537db724ac3cc1c20b2803bfe01..38ade3a185f7932f7ed71d74c95a66bde8867068 100644 --- a/en/react-native-progress.md +++ b/en/react-native-progress.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-progress Releases](https://github.com/react-native-oh-library/react-native-progress/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-progress Releases](https://github.com/react-native-oh-library/react-native-progress/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-progress@file:# +npm install @react-native-oh-tpl/react-native-progress ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-progress@file:# +yarn add @react-native-oh-tpl/react-native-progress ``` diff --git a/en/react-native-pull.md b/en/react-native-pull.md index f63b9c9d5e43342a36c2807e09acbe2a2ea026f1..929ac2884e37d9e36dda663759c5f449a91cd92e 100644 --- a/en/react-native-pull.md +++ b/en/react-native-pull.md @@ -18,24 +18,23 @@ ## Installation and Usage -Please visit the address of the third-party library to view the supporting version information:[@react-native-oh-tpl/react-native-pull/releases](https://github.com/react-native-oh-library/react-native-pull/releases),And download the applicable version of the TGZ package. +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-pull/releases](https://github.com/react-native-oh-library/react-native-pull/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. Go to the project directory and execute the following instruction: -> [!TIP] # Replace with the path of the tgz package #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-pull@file:# +npm install @react-native-oh-tpl/react-native-pull ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-pull@file:# +yarn add @react-native-oh-tpl/react-native-pull ``` diff --git a/en/react-native-qr-decode-image-camera.md b/en/react-native-qr-decode-image-camera.md index b748298924e23b736d57be98bbef5dfad4192ae9..b975c45eb81e2f4d17c472ff21e8cc259da14a2d 100644 --- a/en/react-native-qr-decode-image-camera.md +++ b/en/react-native-qr-decode-image-camera.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-qr-decode-image-camera Releases](https://github.com/react-native-oh-library/react-native-qr-decode-image-camera/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-qr-decode-image-camera Releases](https://github.com/react-native-oh-library/react-native-qr-decode-image-camera/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-qr-decode-image-camera@file:# +npm install @react-native-oh-tpl/react-native-qr-decode-image-camera ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-qr-decode-image-camera@file:# +yarn add @react-native-oh-tpl/react-native-qr-decode-image-camera ``` diff --git a/en/react-native-quick-base64.md b/en/react-native-quick-base64.md index b08c54e9b3495182d6eb5536b80ca3dc8f80493b..34e5feef2521ebc68b36632a183617688a4f92f3 100644 --- a/en/react-native-quick-base64.md +++ b/en/react-native-quick-base64.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-quick-base64 Releases](https://github.com/react-native-oh-library/react-native-quick-base64/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-quick-base64 Releases](https://github.com/react-native-oh-library/react-native-quick-base64/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-quick-base64@file:# +npm install @react-native-oh-tpl/react-native-quick-base64 ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-quick-base64@file:# +yarn add @react-native-oh-tpl/react-native-quick-base64 ``` diff --git a/en/react-native-randombytes.md b/en/react-native-randombytes.md index 8a1cdc85c3372f7a7edee2961e42e97cb43df001..86206616dba6d3081ddcd41bb5761a4ab6ba3707 100644 --- a/en/react-native-randombytes.md +++ b/en/react-native-randombytes.md @@ -19,24 +19,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-native-randombytes Releases](https://github.com/react-native-oh-library/react-native-randombytes/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-library/react-native-randombytes Releases](https://github.com/react-native-oh-library/react-native-randombytes/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. 进入到工程目录并输入以下命令: ->[!TIP] # 处替换为 tgz 包的路径 + #### npm ```bash -npm install @react-native-oh-tpl/react-native-randombytes@file:# +npm install @react-native-oh-tpl/react-native-randombytes ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-randombytes@file:# +yarn add @react-native-oh-tpl/react-native-randombytes ``` diff --git a/en/react-native-reanimated-bottom-sheet.md b/en/react-native-reanimated-bottom-sheet.md index f56d388a5307729157c843e235234bc900eb736b..e04758266b84c29b618c436c723c78599f2c5613 100644 --- a/en/react-native-reanimated-bottom-sheet.md +++ b/en/react-native-reanimated-bottom-sheet.md @@ -18,7 +18,7 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-reanimated-bottom-sheet Releases](https://github.com/react-native-oh-library/react-native-reanimated-bottom-sheet/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-reanimated-bottom-sheet Releases](https://github.com/react-native-oh-library/react-native-reanimated-bottom-sheet/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. Go to the project directory and execute the following instruction: @@ -27,13 +27,13 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash -npm install @react-native-oh-tpl/reanimated-bottom-sheet@file:# +npm install @react-native-oh-tpl/reanimated-bottom-sheet ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/reanimated-bottom-sheet@file:# +yarn add @react-native-oh-tpl/reanimated-bottom-sheet ``` diff --git a/en/react-native-reanimated.md b/en/react-native-reanimated.md index 1fc4fc44fbc2a69351c438195a875ca5c40b121a..c25046eca836d1f07b6e1c84bd5e25d2492eeba9 100644 --- a/en/react-native-reanimated.md +++ b/en/react-native-reanimated.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-reanimated Releases](https://github.com/react-native-oh-library/react-native-harmony-reanimated/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-reanimated Releases](https://github.com/react-native-oh-library/react-native-harmony-reanimated/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-reanimated@file:# +npm install @react-native-oh-tpl/react-native-reanimated ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-reanimated@file:# +yarn add @react-native-oh-tpl/react-native-reanimated ``` diff --git a/en/react-native-restart.md b/en/react-native-restart.md index f9a8baf76414fc99a2b1cd1e1ce6b5d0d9f7ad86..f23ad4e68bb36c202c831827eea02c10a4f3a3b8 100644 --- a/en/react-native-restart.md +++ b/en/react-native-restart.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-restart Releases](https://github.com/react-native-oh-library/react-native-restart/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-restart Releases](https://github.com/react-native-oh-library/react-native-restart/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-restart@file:# +npm install @react-native-oh-tpl/react-native-restart ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-restart@file:# +yarn add @react-native-oh-tpl/react-native-restart ``` diff --git a/en/react-native-root-modal.md b/en/react-native-root-modal.md index 0b2e700b3cc3f2303ad57a806d8e6a6eb2cee267..d2f378c1d64eb2f00fc6a865d651f6dbb4e036d5 100644 --- a/en/react-native-root-modal.md +++ b/en/react-native-root-modal.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-root-modal Releases](https://github.com/react-native-oh-library/react-native-root-modal/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-root-modal Releases](https://github.com/react-native-oh-library/react-native-root-modal/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-root-modal@file:# +npm install @react-native-oh-tpl/react-native-root-modal ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-root-modal@file:# +yarn add @react-native-oh-tpl/react-native-root-modal ``` diff --git a/en/react-native-safe-area-context.md b/en/react-native-safe-area-context.md index a9d7e57274f71c1e9308a003819e2df7d546a855..b563504e95cb47c770c67e5ed901212ccb45ec73 100644 --- a/en/react-native-safe-area-context.md +++ b/en/react-native-safe-area-context.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-safe-area-context Releases](https://github.com/react-native-oh-library/react-native-safe-area-context/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-safe-area-context Releases](https://github.com/react-native-oh-library/react-native-safe-area-context/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-safe-area-context@file:# +npm install @react-native-oh-tpl/react-native-safe-area-context ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-safe-area-context@file:# +yarn add @react-native-oh-tpl/react-native-safe-area-context ``` diff --git a/en/react-native-safe-module.md b/en/react-native-safe-module.md index 049cbd83057e920305f28692ff9816f37f7efa64..894888b18514f2a9983ac40b563ba60370edfcf4 100644 --- a/en/react-native-safe-module.md +++ b/en/react-native-safe-module.md @@ -16,25 +16,25 @@ ## Installation and Usage -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-safe-module Releases](https://github.com/react-native-oh-library/react-native-safe-module/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-safe-module Releases](https://github.com/react-native-oh-library/react-native-safe-module/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-safe-module@file:# +npm install @react-native-oh-tpl/react-native-safe-module ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-safe-module@file:# +yarn add @react-native-oh-tpl/react-native-safe-module ``` diff --git a/en/react-native-safe-modules.md b/en/react-native-safe-modules.md index c2510ca1a40210309e1a196f44f4cedb10fa4205..413a1d7f49763f2f8e9f0af23ed323692d3f8a6a 100644 --- a/en/react-native-safe-modules.md +++ b/en/react-native-safe-modules.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-safe-modules Releases](https://github.com/react-native-oh-library/react-native-safe-modules/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-safe-modules Releases](https://github.com/react-native-oh-library/react-native-safe-modules/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-safe-modules@file:# +npm install @react-native-oh-tpl/react-native-safe-modules ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-safe-modules@file:# +yarn add @react-native-oh-tpl/react-native-safe-modules ``` diff --git a/en/react-native-screenshot-prevent.md b/en/react-native-screenshot-prevent.md index 86ad77cb9817dba86193c33543b1cdd9f37bed41..956c27a55a8e75ec220917d290bf8e7982164d50 100644 --- a/en/react-native-screenshot-prevent.md +++ b/en/react-native-screenshot-prevent.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-screenshot-prevent Releases](https://github.com/react-native-oh-library/react-native-screenshot-prevent/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-screenshot-prevent Releases](https://github.com/react-native-oh-library/react-native-screenshot-prevent/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-screenshot-prevent@file:# +npm install @react-native-oh-tpl/react-native-screenshot-prevent ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-screenshot-prevent@file:# +yarn add @react-native-oh-tpl/react-native-screenshot-prevent ``` diff --git a/en/react-native-scroll-bottom-sheet.md b/en/react-native-scroll-bottom-sheet.md index 7ac12bace928131556a05aff5159f756b4284b81..e0424508a8b265f8a3243783cdd9f90a3438fff0 100644 --- a/en/react-native-scroll-bottom-sheet.md +++ b/en/react-native-scroll-bottom-sheet.md @@ -18,7 +18,7 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-scroll-bottom-sheet Releases](https://github.com/react-native-oh-library/react-native-scroll-bottom-sheet/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-scroll-bottom-sheet Releases](https://github.com/react-native-oh-library/react-native-scroll-bottom-sheet/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. Go to the project directory and execute the following instruction: @@ -27,13 +27,13 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-scroll-bottom-sheet@file:# +npm install @react-native-oh-tpl/react-native-scroll-bottom-sheet ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-scroll-bottom-sheet@file:# +yarn add @react-native-oh-tpl/react-native-scroll-bottom-sheet ``` diff --git a/en/react-native-scrollable-tab-view.md b/en/react-native-scrollable-tab-view.md index 42ba2bc36c375de1eafba56558668429064f0043..8b4874a882e574e813017a000bdf3b737dea5c12 100644 --- a/en/react-native-scrollable-tab-view.md +++ b/en/react-native-scrollable-tab-view.md @@ -18,23 +18,22 @@ ## Installation and Usage -Please visit the Release release address of the third-party library to view the corresponding version information:[@react-native-oh-tpl/react-native-scrollable-tab-view Releases](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases),And download the applicable version of the TGZ package. -Go to the project directory and execute the following instruction: +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-scrollable-tab-view Releases](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/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. -> [!TIP] # Replace with the path of the tgz package +Go to the project directory and execute the following instruction: #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-scrollable-tab-view@file:# +npm install @react-native-oh-tpl/react-native-scrollable-tab-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-scrollable-tab-view@file:# +yarn add @react-native-oh-tpl/react-native-scrollable-tab-view ``` diff --git a/en/react-native-securerandom.md b/en/react-native-securerandom.md index 8aa64981bba8021dbcf7410d97c0a181ac7cabab..045c2651ea0dc5aa2e673709bf072ea6ca7dc65b 100644 --- a/en/react-native-securerandom.md +++ b/en/react-native-securerandom.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-securerandom Releases](https://github.com/react-native-oh-library/react-native-securerandom/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-securerandom Releases](https://github.com/react-native-oh-library/react-native-securerandom/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-securerandom@file:# +npm install @react-native-oh-tpl/react-native-securerandom ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-securerandom@file:# +yarn add @react-native-oh-tpl/react-native-securerandom ``` diff --git a/en/react-native-send-intent.md b/en/react-native-send-intent.md index 44b420acb0d0295c6340116122c20a2b493a2638..bde417620c36998ca4b14b436b383da27d0a0c95 100644 --- a/en/react-native-send-intent.md +++ b/en/react-native-send-intent.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-send-intent Releases](https://github.com/react-native-oh-library/react-native-send-intent/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-send-intent Releases](https://github.com/react-native-oh-library/react-native-send-intent/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-send-intent@file:# +npm install @react-native-oh-tpl/react-native-send-intent ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-send-intent@file:# +yarn add @react-native-oh-tpl/react-native-send-intent ``` diff --git a/en/react-native-sensitive-info.md b/en/react-native-sensitive-info.md index 730ea722efad2cd7840d14b2776213f9978d2a74..c0e09e80a10e9db87c85e0080a9cadc96d80cc81 100644 --- a/en/react-native-sensitive-info.md +++ b/en/react-native-sensitive-info.md @@ -17,24 +17,24 @@ Template version: v0.2.2 ## Installation and Usage -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-sensitive-info Releases](https://github.com/react-native-oh-library/react-native-sensitive-info/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-sensitive-info Releases](https://github.com/react-native-oh-library/react-native-sensitive-info/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-sensitive-info@file:# +npm install @react-native-oh-tpl/react-native-sensitive-info ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-sensitive-info@file:# +yarn add @react-native-oh-tpl/react-native-sensitive-info ``` diff --git a/en/react-native-sensors.md b/en/react-native-sensors.md index 374ded84542fca8c0a4fd2b0641bf23df0e2e2c9..29fc3992763b26aacc7263575794d88cf4c3928f 100644 --- a/en/react-native-sensors.md +++ b/en/react-native-sensors.md @@ -16,25 +16,22 @@ ## Installation and Usage -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-sensors Releases](https://github.com/react-native-oh-library/react-native-sensors/releases). - +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-sensors Releases](https://github.com/react-native-oh-library/react-native-sensors/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-sensors@file:# +npm install @react-native-oh-tpl/react-native-sensors ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-sensors@file:# +yarn add @react-native-oh-tpl/react-native-sensors ``` diff --git a/en/react-native-shake.md b/en/react-native-shake.md index 51f23553e19a479d7d966bb291ea26e3e4ee92a1..da31c14e6397f86ea430e4d740f2c85688714906 100644 --- a/en/react-native-shake.md +++ b/en/react-native-shake.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-shake Releases](https://github.com/react-native-oh-library/react-native-shake/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-shake Releases](https://github.com/react-native-oh-library/react-native-shake/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-shake@file:# +npm install @react-native-oh-tpl/react-native-shake ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-shake@file:# +yarn add @react-native-oh-tpl/react-native-shake ``` diff --git a/en/react-native-share.md b/en/react-native-share.md index 98b3f340a74d1ccd4dd1dd3d01403d860442e28e..6075f83c96bf36d809113a15286739a118f0751e 100644 --- a/en/react-native-share.md +++ b/en/react-native-share.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-share Releases](https://github.com/react-native-oh-library/react-native-share/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-share Releases](https://github.com/react-native-oh-library/react-native-share/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-share@file:# +npm install @react-native-oh-tpl/react-native-share ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-share@file:# +yarn add @react-native-oh-tpl/react-native-share ``` diff --git a/en/react-native-shared-element.md b/en/react-native-shared-element.md index b821dcf94b54dab417c9a0293e2166f6061eee40..07a8504f81ad865418853c009999b2d9d3ab7d80 100644 --- a/en/react-native-shared-element.md +++ b/en/react-native-shared-element.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-shared-element Releases](https://github.com/react-native-oh-library/react-native-shared-element/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-shared-element Releases](https://github.com/react-native-oh-library/react-native-shared-element/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-shared-element@file:# +npm install @react-native-oh-tpl/react-native-shared-element ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-shared-element@file:# +yarn add @react-native-oh-tpl/react-native-shared-element ``` diff --git a/en/react-native-signature-capture.md b/en/react-native-signature-capture.md index ccd8ed9be57c0fe510e8581fc775e32a43d6c5e4..a2ca929be1f59e9a9ffe22c540fff182d69ef6e7 100644 --- a/en/react-native-signature-capture.md +++ b/en/react-native-signature-capture.md @@ -19,24 +19,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-native-signature-capture Releases](https://github.com/react-native-oh-library/react-native-signature-capture/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-library/react-native-signature-capture Releases](https://github.com/react-native-oh-library/react-native-signature-capture/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. 进入到工程目录并输入以下命令: ->[!TIP] # 处替换为 tgz 包的路径 + #### npm ```bash -npm install @react-native-oh-tpl/react-native-signature-capture@file:# +npm install @react-native-oh-tpl/react-native-signature-capture ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-signature-capture@file:# +yarn add @react-native-oh-tpl/react-native-signature-capture ``` diff --git a/en/react-native-simple-toast.md b/en/react-native-simple-toast.md index 36c801b01977a122c0d5e9fe3e82313fc9e780e9..832eb09e80eae66e82844770d1a1ea047fc42d02 100644 --- a/en/react-native-simple-toast.md +++ b/en/react-native-simple-toast.md @@ -16,24 +16,22 @@ ## Installation and Usage -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-simple-toast Releases](https://github.com/react-native-oh-library/react-native-simple-toast/releases) +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-simple-toast Releases](https://github.com/react-native-oh-library/react-native-simple-toast/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-simple-toast@file:# +npm install @react-native-oh-tpl/react-native-simple-toast ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-simple-toast@file:# +yarn add @react-native-oh-tpl/react-native-simple-toast ``` diff --git a/en/react-native-skia.md b/en/react-native-skia.md index a2d7c03eb7e2a6787367a3c3eb177ced703119e6..f18ceaf6f12fd2762b29ed92824422bb8242584f 100644 --- a/en/react-native-skia.md +++ b/en/react-native-skia.md @@ -17,24 +17,24 @@ Template version: v0.2.2 ## Installation and Usage -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-skia Releases](https://github.com/react-native-oh-library/react-native-skia/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-skia Releases](https://github.com/react-native-oh-library/react-native-skia/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-skia@file:# +npm install @react-native-oh-tpl/react-native-skia ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-skia@file:# +yarn add @react-native-oh-tpl/react-native-skia ``` diff --git a/en/react-native-slider.md b/en/react-native-slider.md index 26ac1bfae78222662bd37246fea298fa87bec958..6a50b3de6cc244aa0e6b72e25a80866056030211 100644 --- a/en/react-native-slider.md +++ b/en/react-native-slider.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/jeanregisser-react-native-slider Releases](https://github.com/react-native-oh-library/jeanregisser-react-native-slider/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/jeanregisser-react-native-slider Releases](https://github.com/react-native-oh-library/jeanregisser-react-native-slider/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. 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** ```bash -npm i @react-native-oh-tpl/react-native-slider@file:# +npm i @react-native-oh-tpl/react-native-slider ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-slider@file:# +yarn add @react-native-oh-tpl/react-native-slider ``` diff --git a/en/react-native-snackbar.md b/en/react-native-snackbar.md index 5be1cada8f6ccb393e39250f6e3e54482232b72c..ebd62e52888d9f6002f4db72cbf650b94f094882 100644 --- a/en/react-native-snackbar.md +++ b/en/react-native-snackbar.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-snackbar Releases](https://github.com/react-native-oh-library/react-native-snackbar/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-snackbar Releases](https://github.com/react-native-oh-library/react-native-snackbar/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-snackbar@file:# +npm install @react-native-oh-tpl/react-native-snackbar ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-snackbar@file:# +yarn add @react-native-oh-tpl/react-native-snackbar ``` diff --git a/en/react-native-snap-carousel.md b/en/react-native-snap-carousel.md index 27086929c14a3b0d53d6fd0a97342fd36becf3d3..00db8def93131c31b400157fdbe135f008d615e9 100644 --- a/en/react-native-snap-carousel.md +++ b/en/react-native-snap-carousel.md @@ -16,23 +16,23 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-snap-carousel Releases](https://github.com/react-native-oh-library/react-native-snap-carousel/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-snap-carousel Releases](https://github.com/react-native-oh-library/react-native-snap-carousel/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-snap-carousel@file:# +npm install @react-native-oh-tpl/react-native-snap-carousel ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-snap-carousel@file:# +yarn add @react-native-oh-tpl/react-native-snap-carousel ``` diff --git a/en/react-native-sortable-list.md b/en/react-native-sortable-list.md index 2f569ad1a8a2dd68674ef3d628b30763d5a77c80..ffefcab9e801e4580dbd7abdcbb8f4272053f3b4 100644 --- a/en/react-native-sortable-list.md +++ b/en/react-native-sortable-list.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-sortabel-list Releases](https://github.com/react-native-oh-library/react-native-sortable-list/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-sortabel-list Releases](https://github.com/react-native-oh-library/react-native-sortable-list/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-sortable-list@file:# +npm install @react-native-oh-tpl/react-native-sortable-list ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-sortable-list@file:# +yarn add @react-native-oh-tpl/react-native-sortable-list ``` diff --git a/en/react-native-sound.md b/en/react-native-sound.md index c4bf5b75a5dd3faa3708430e8f1bfa30387ca071..d23c004395a13dc19cdfbbffab4dc9160cd16d9a 100644 --- a/en/react-native-sound.md +++ b/en/react-native-sound.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-sound Releases](https://github.com/react-native-oh-library/react-native-sound/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-sound Releases](https://github.com/react-native-oh-library/react-native-sound/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-sound@file:# +npm install @react-native-oh-tpl/react-native-sound ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-sound@file:# +yarn add @react-native-oh-tpl/react-native-sound ``` diff --git a/en/react-native-spinkit.md b/en/react-native-spinkit.md index 84262251b017b496d7adb0064e9a83c07ac62d2c..b7ca427fa4899b4137f8da875fcc01e2012c003c 100644 --- a/en/react-native-spinkit.md +++ b/en/react-native-spinkit.md @@ -20,24 +20,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-spinkit Releases](https://github.com/react-native-oh-library/react-native-spinkit/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-spinkit Releases](https://github.com/react-native-oh-library/react-native-spinkit/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-spinkit@file:# +npm install @react-native-oh-tpl/react-native-spinkit ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-spinkit@file:# +yarn add @react-native-oh-tpl/react-native-spinkit ``` diff --git a/en/react-native-splash-screen.md b/en/react-native-splash-screen.md index 4d070b3962b47d06f5761d70636fb69853d8ceb3..1664d3caa6c881f65e073345934d0e19faa0f092 100644 --- a/en/react-native-splash-screen.md +++ b/en/react-native-splash-screen.md @@ -16,25 +16,25 @@ ## Installation and Usage -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-splash-screen Releases](https://github.com/react-native-oh-library/react-native-splash-screen/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-splash-screen Releases](https://github.com/react-native-oh-library/react-native-splash-screen/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-splash-screen@file:# +npm install @react-native-oh-tpl/react-native-splash-screen ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-splash-screen@file:# +yarn add @react-native-oh-tpl/react-native-splash-screen ``` diff --git a/en/react-native-spring-scrollview.md b/en/react-native-spring-scrollview.md index 562ac456fd06ad53c49086fc2cedc8c1b36d0513..7032d6f0e3da43d21513eca74e317247e69b3469 100644 --- a/en/react-native-spring-scrollview.md +++ b/en/react-native-spring-scrollview.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-spring-scrollview Releases](https://github.com/react-native-oh-library/react-native-spring-scrollview/releases). +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-spring-scrollview Releases](https://github.com/react-native-oh-library/react-native-spring-scrollview/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-spring-scrollview@file:# +npm install @react-native-oh-tpl/react-native-spring-scrollview ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-spring-scrollview@file:# +yarn add @react-native-oh-tpl/react-native-spring-scrollview ``` diff --git a/en/react-native-sqlite-storage.md b/en/react-native-sqlite-storage.md index 3162ff493e905064b7713eed17c08e0528685d2f..f93367609bfec987bce5d7a5ef36019152ce25bd 100644 --- a/en/react-native-sqlite-storage.md +++ b/en/react-native-sqlite-storage.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-sqlite-storage Releases](https://github.com/react-native-oh-library/react-native-sqlite-storage/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-sqlite-storage Releases](https://github.com/react-native-oh-library/react-native-sqlite-storage/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-sqlite-storage@file:# +npm install @react-native-oh-tpl/react-native-sqlite-storage ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-sqlite-storage@file:# +yarn add @react-native-oh-tpl/react-native-sqlite-storage ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-ssl-pinning.md b/en/react-native-ssl-pinning.md index ee9326621bd2561decd7acf8659b57ae8e6080e3..984600090606576eab1673693cb47802039328a9 100644 --- a/en/react-native-ssl-pinning.md +++ b/en/react-native-ssl-pinning.md @@ -16,24 +16,23 @@ ## Installation and Usage -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-safe-ssl-pinning Releases](https://github.com//releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-safe-ssl-pinning Releases](https://github.com/react-native-oh-library/react-native-ssl-pinning/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-spring-scrollview@file:# +npm install @react-native-oh-tpl/react-native-spring-scrollview ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-spring-scrollview@file:# +yarn add @react-native-oh-tpl/react-native-spring-scrollview ``` diff --git a/en/react-native-stickyheader.md b/en/react-native-stickyheader.md index be7689cde71efe800a92c2afa8d14f548a50555f..00090270c3f76560cc7a7ddcfa41521e5a924f62 100644 --- a/en/react-native-stickyheader.md +++ b/en/react-native-stickyheader.md @@ -18,24 +18,24 @@ ## Installation and Usage -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-stickyheader Releases](https://github.com/react-native-oh-library/react-native-stickyheader/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-stickyheader Releases](https://github.com/react-native-oh-library/react-native-stickyheader/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-stickyheader@file:# +npm install @react-native-oh-tpl/react-native-stickyheader ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-stickyheader@file:# +yarn add @react-native-oh-tpl/react-native-stickyheader ``` diff --git a/en/react-native-svg-capi.md b/en/react-native-svg-capi.md index a9c3d167b1fa6933e10b6384dd4f939f2114f41d..09c2845cffd99562b59127aa2aa37c9d1e488352 100644 --- a/en/react-native-svg-capi.md +++ b/en/react-native-svg-capi.md @@ -16,11 +16,11 @@ ## Installation and Usage -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-svg Releases](https://github.com/react-native-oh-library/react-native-harmony-svg/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-svg Releases](https://github.com/react-native-oh-library/react-native-harmony-svg/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. 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 (#). + @@ -28,14 +28,14 @@ Go to the project directory and execute the following instruction: ```bash npm install react-native-svg@15.0.0 -npm install @react-native-oh-tpl/react-native-svg@file:# +npm install @react-native-oh-tpl/react-native-svg ``` #### **yarn** ```bash yarn add react-native-svg@15.0.0 -yarn add @react-native-oh-tpl/react-native-svg@file:# +yarn add @react-native-oh-tpl/react-native-svg ``` diff --git a/en/react-native-svg-charts.md b/en/react-native-svg-charts.md index e2f72ffb3c77f0d709829ef6fce2dd5c37b2fdf4..6d0b8ba049ede31f042383dc068e4a66a0f91c9e 100644 --- a/en/react-native-svg-charts.md +++ b/en/react-native-svg-charts.md @@ -18,24 +18,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [https://github.com/react-native-oh-library/react-native-svg-charts Releases](https://github.com/react-native-oh-library/react-native-svg-charts/releases),并下载适用版本的 tgz 包 +Find the matching version information in the release address of a third-party library: [https://github.com/react-native-oh-library/react-native-svg-charts Releases](https://github.com/react-native-oh-library/react-native-svg-charts/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. 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** ```bash -npm install @react-native-oh-tpl/react-naitve-svg-charts@file:# +npm install @react-native-oh-tpl/react-naitve-svg-charts ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-naitve-svg-charts@file:# +yarn add @react-native-oh-tpl/react-naitve-svg-charts ``` diff --git a/en/react-native-svg.md b/en/react-native-svg.md index d23e86beeb1a3f2cb6a0efacd86e03ab5e097662..846eb346fcbe5d5f8d103a7b0619ae128e985d2a 100644 --- a/en/react-native-svg.md +++ b/en/react-native-svg.md @@ -20,24 +20,23 @@ > [!tip] 如需继续使用请移步至[react-native-svg-capi](/zh-cn/react-native-svg-capi.md) 使用CAPI版本的 react-native-svg。 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-svg Releases](https://github.com/react-native-oh-library/react-native-svg/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-svg Releases](https://github.com/react-native-oh-library/react-native-svg/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-svg@file:# +npm install @react-native-oh-tpl/react-native-svg ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-svg@file:# +yarn add @react-native-oh-tpl/react-native-svg ``` diff --git a/en/react-native-swipe-list-view.md b/en/react-native-swipe-list-view.md index 97fc146ca3cca6c5a3c70dd56f2bda3e500e7011..8384a3a17924da96640815738b1e47540d8a2f11 100644 --- a/en/react-native-swipe-list-view.md +++ b/en/react-native-swipe-list-view.md @@ -18,24 +18,24 @@ ## Installation and Usage -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-swipe-list-view Releases](https://github.com/react-native-oh-library/react-native-swipe-list-view/releases/). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-swipe-list-view Releases](https://github.com/react-native-oh-library/react-native-swipe-list-view/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. 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** ```bash -npm install --save @react-native-oh-tpl/react-native-swipe-list-view@file:# +npm install --save @react-native-oh-tpl/react-native-swipe-list-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-swipe-list-view@file:# +yarn add @react-native-oh-tpl/react-native-swipe-list-view ``` diff --git a/en/react-native-switch-pro.md b/en/react-native-switch-pro.md index 2b35535a6d8029a0c087f084e7c0509093ff3b08..5a592f9187df05f207bff758bebaeb84a5a5135b 100644 --- a/en/react-native-switch-pro.md +++ b/en/react-native-switch-pro.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-switch-pro Releases](https://github.com/react-native-oh-library/react-native-switch-pro/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-switch-pro Releases](https://github.com/react-native-oh-library/react-native-switch-pro/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-switch-pro@file:# +npm install @react-native-oh-tpl/react-native-switch-pro ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-switch-pro@file:# +yarn add @react-native-oh-tpl/react-native-switch-pro ``` diff --git a/en/react-native-syan-image-picker.md b/en/react-native-syan-image-picker.md index f9c49a20b755af8efe0840402607bf235fbfd7cb..bbe4ea2ab88469c5aee25add48e254e4ff25043e 100644 --- a/en/react-native-syan-image-picker.md +++ b/en/react-native-syan-image-picker.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-syan-image-picker Releases](https://github.com/react-native-oh-library/react-native-syan-image-picker/releases) +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-syan-image-picker Releases](https://github.com/react-native-oh-library/react-native-syan-image-picker/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-syan-image-picker@file:# +npm install @react-native-oh-tpl/react-native-syan-image-picker ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-syan-image-picker@file:# +yarn add @react-native-oh-tpl/react-native-syan-image-picker ``` diff --git a/en/react-native-system-setting.md b/en/react-native-system-setting.md index 2085e345a3a5178e4f78ce4ff463ea6547fd7b3f..2f2bd15826d9e8e1f14fef12b62318b0d65954d1 100644 --- a/en/react-native-system-setting.md +++ b/en/react-native-system-setting.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-system-setting Releases](https://github.com/react-native-oh-library/react-native-system-setting/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-system-setting Releases](https://github.com/react-native-oh-library/react-native-system-setting/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. 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 ```bash -npm install @react-native-oh-tpl/react-native-system-setting@file:# +npm install @react-native-oh-tpl/react-native-system-setting ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-system-setting@file:# +yarn add @react-native-oh-tpl/react-native-system-setting ``` diff --git a/en/react-native-tab-navigator.md b/en/react-native-tab-navigator.md index 84c3e21daea26a5a0d4adc26e318eac1da297700..6b36339143badb9587981a16958da897d392158f 100644 --- a/en/react-native-tab-navigator.md +++ b/en/react-native-tab-navigator.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-tab-navigator Releases](https://github.com/react-native-oh-library/react-native-tab-navigator/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-tab-navigator Releases](https://github.com/react-native-oh-library/react-native-tab-navigator/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-tab-navigator@file:# +npm install @react-native-oh-tpl/react-native-tab-navigator ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-tab-navigator@file:# +yarn add @react-native-oh-tpl/react-native-tab-navigator ``` diff --git a/en/react-native-tab-view.md b/en/react-native-tab-view.md index 45b06dc21208546cc3b20bdb7251b420947e22c6..6f78bbb75d4a11eaafcd1a074c32f48d7c9cc732 100644 --- a/en/react-native-tab-view.md +++ b/en/react-native-tab-view.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-tab-view Releases](https://github.com/react-native-oh-library/react-navigation/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-tab-view Releases](https://github.com/react-native-oh-library/react-navigation/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-tab-view@file:# +npm install @react-native-oh-tpl/react-native-tab-view ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-tab-view@file:# +yarn add @react-native-oh-tpl/react-native-tab-view ``` diff --git a/en/react-native-tcp-socket.md b/en/react-native-tcp-socket.md index 27dee4b66c0ddfd217141ce09817d9ab59dacb80..cc0103b9dae71a21e35f44cdf551d2c595bbaa6e 100644 --- a/en/react-native-tcp-socket.md +++ b/en/react-native-tcp-socket.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-tcp-socket Releases](https://github.com/react-native-oh-library/react-native-tcp-socket/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-tcp-socket Releases](https://github.com/react-native-oh-library/react-native-tcp-socket/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-tcp-socket@file:# +npm install @react-native-oh-tpl/react-native-tcp-socket ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-tcp-socket@file:# +yarn add @react-native-oh-tpl/react-native-tcp-socket ``` diff --git a/en/react-native-text-gradient.md b/en/react-native-text-gradient.md index 09be8da571b23e0dff025fbbb6b7f75044f1c505..3af56235bf3145328f4e03df2df5e3cd40ec4061 100644 --- a/en/react-native-text-gradient.md +++ b/en/react-native-text-gradient.md @@ -17,25 +17,25 @@ ## Installation and Usage -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-text-gradient Releases](https://github.com/react-native-oh-library/react-native-text-gradient/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-text-gradient Releases](https://github.com/react-native-oh-library/react-native-text-gradient/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-text-gradient@file:# +npm install @react-native-oh-tpl/react-native-text-gradient ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-text-gradient@file:# +yarn add @react-native-oh-tpl/react-native-text-gradient ``` diff --git a/en/react-native-text-input-mask.md b/en/react-native-text-input-mask.md index b1ba5a7379a16e1bb78025a1372d2228a4e87f18..bfbdc00ef3a824a35a688d28396583381ee85400 100644 --- a/en/react-native-text-input-mask.md +++ b/en/react-native-text-input-mask.md @@ -18,24 +18,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-text-input-mask Releases](https://github.com/react-native-oh-library/react-native-text-input-mask/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-text-input-mask Releases](https://github.com/react-native-oh-library/react-native-text-input-mask/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-text-input-mask@file:# +npm install @react-native-oh-tpl/react-native-text-input-mask ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-text-input-mask@file:# +yarn add @react-native-oh-tpl/react-native-text-input-mask ``` diff --git a/en/react-native-text-size.md b/en/react-native-text-size.md index e8d0f5cfe863a3aac354da0b7cb1adab3e57c77a..8b9f68f0d1ff1fb8610ba5c0aaf2ed7f134b39b4 100644 --- a/en/react-native-text-size.md +++ b/en/react-native-text-size.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-text-size Releases](https://github.com/react-native-oh-library/react-native-text-size/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-text-size Releases](https://github.com/react-native-oh-library/react-native-text-size/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-text-size@file:# +npm install @react-native-oh-tpl/react-native-text-size ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-text-size@file:# +yarn add @react-native-oh-tpl/react-native-text-size ``` diff --git a/en/react-native-textinput-maxlength-fixed.md b/en/react-native-textinput-maxlength-fixed.md index 8eeb16e74da5d6d25a92dac2506f4e2f65ba8538..adf228b6ee4618f46f220aa3f72c752da76bab17 100644 --- a/en/react-native-textinput-maxlength-fixed.md +++ b/en/react-native-textinput-maxlength-fixed.md @@ -15,24 +15,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-textinput-maxlength-fixed Releases](https://github.com/react-native-oh-library/react-native-textinput-maxlength-fixed/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-textinput-maxlength-fixed Releases](https://github.com/react-native-oh-library/react-native-textinput-maxlength-fixed/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-textinput-maxlength-fixed@file:# +npm install @react-native-oh-tpl/react-native-textinput-maxlength-fixed ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-textinput-maxlength-fixed@file:# +yarn add @react-native-oh-tpl/react-native-textinput-maxlength-fixed ``` diff --git a/en/react-native-theme-switch-animation.md b/en/react-native-theme-switch-animation.md index af107c5171b4192ed29ad28fb12e0d5a696cadec..606fff902f42af75eb4909cf53f71fbe7ecbe16e 100644 --- a/en/react-native-theme-switch-animation.md +++ b/en/react-native-theme-switch-animation.md @@ -16,20 +16,20 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-theme-switch-animation Releases](https://github.com/react-native-oh-library/react-native-theme-switch-animation/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-theme-switch-animation Releases](https://github.com/react-native-oh-library/react-native-theme-switch-animation/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. #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-theme-switch-animation@file:# +npm install @react-native-oh-tpl/react-native-theme-switch-animation ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-theme-switch-animation@file:# +yarn add @react-native-oh-tpl/react-native-theme-switch-animation ``` diff --git a/en/react-native-thumbnail.md b/en/react-native-thumbnail.md index e6468d88d1cf00c3ca55edd690a179a24ad5daea..a44ed33bfaba02f3d4f606ba4e0f4445798e8038 100644 --- a/en/react-native-thumbnail.md +++ b/en/react-native-thumbnail.md @@ -15,24 +15,24 @@ ## Installation and Usage -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-thumbnail Releases](https://github.com/react-native-oh-library/react-native-thumbnail/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-thumbnail Releases](https://github.com/react-native-oh-library/react-native-thumbnail/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-thumbnail@file:# +npm install @react-native-oh-tpl/react-native-thumbnail ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-thumbnail@file:# +yarn add @react-native-oh-tpl/react-native-thumbnail ``` diff --git a/en/react-native-touch-id.md b/en/react-native-touch-id.md index 0b2084507bd9f1739baf18648aa35fec2ab62bb6..784489d0d626907487ed7876e35448846fdcc650 100644 --- a/en/react-native-touch-id.md +++ b/en/react-native-touch-id.md @@ -16,25 +16,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-touch-id Releases](https://github.com/react-native-oh-library/react-native-touch-id/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-touch-id Releases](https://github.com/react-native-oh-library/react-native-touch-id/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-touch-id@file:# +npm install @react-native-oh-tpl/react-native-touch-id ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-touch-id@file:# +yarn add @react-native-oh-tpl/react-native-touch-id ``` diff --git a/en/react-native-track-player.md b/en/react-native-track-player.md index 4296d22d3277ec85e17830a843d73952390a0c9c..4bea1a5ab5389ba6d110e2c18a2da4bb03d2a5fa 100644 --- a/en/react-native-track-player.md +++ b/en/react-native-track-player.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-track-player Releases](https://github.com/react-native-oh-library/react-native-track-player/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-track-player Releases](https://github.com/react-native-oh-library/react-native-track-player/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-track-player@file:# +npm install @react-native-oh-tpl/react-native-track-player ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-track-player@file:# +yarn add @react-native-oh-tpl/react-native-track-player ``` diff --git a/en/react-native-transitiongroup.md b/en/react-native-transitiongroup.md index 83d0aab71e41ce806fe356d462d20794da15b6e4..e4d2f62f2ffb657db25db249ed6fb7d39f77e69b 100644 --- a/en/react-native-transitiongroup.md +++ b/en/react-native-transitiongroup.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-transitiongroup Releases](https://github.com/react-native-oh-library/react-native-transitiongroup/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-transitiongroup Releases](https://github.com/react-native-oh-library/react-native-transitiongroup/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-transitiongroup@file:# +npm install @react-native-oh-tpl/react-native-transitiongroup ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-transitiongroup@file:# +yarn add @react-native-oh-tpl/react-native-transitiongroup ``` diff --git a/en/react-native-translucent-modal.md b/en/react-native-translucent-modal.md index 2f8328f1b9c34ee820b4e503209e978640b82873..2077e2cbed44e4e55571181fb733aa11176204f4 100644 --- a/en/react-native-translucent-modal.md +++ b/en/react-native-translucent-modal.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-translucent-modal Releases](https://github.com/react-native-oh-library/react-native-translucent-modal/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-translucent-modal Releases](https://github.com/react-native-oh-library/react-native-translucent-modal/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-translucent-modal@file:# +npm install @react-native-oh-tpl/react-native-translucent-modal ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-translucent-modal@file:# +yarn add @react-native-oh-tpl/react-native-translucent-modal ``` diff --git a/en/react-native-tts.md b/en/react-native-tts.md index 1153ea642a59b3be63171fe1b03f48305b7fbd60..2b3db49b6c1042aa4fd1e5ffb217e6121b54c486 100644 --- a/en/react-native-tts.md +++ b/en/react-native-tts.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-tts Releases](https://github.com/react-native-oh-library/react-native-tts/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-tts Releases](https://github.com/react-native-oh-library/react-native-tts/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-tts@file:# +npm install @react-native-oh-tpl/react-native-tts ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-tts@file:# +yarn add @react-native-oh-tpl/react-native-tts ``` diff --git a/en/react-native-typography.md b/en/react-native-typography.md index df15fa856cec7705bb427a10b65f7946348c201c..916757b03e7f0b86c3fb0179b5b41bd8d73b9569 100644 --- a/en/react-native-typography.md +++ b/en/react-native-typography.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-typography Releases](https://github.com/react-native-oh-library/react-native-typography/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-typography Releases](https://github.com/react-native-oh-library/react-native-typography/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-typography@file:# +npm install @react-native-oh-tpl/react-native-typography ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-typography@file:# +yarn add @react-native-oh-tpl/react-native-typography ``` diff --git a/en/react-native-udp.md b/en/react-native-udp.md index 40afe8c64062cd13638634c6748b75c28a1a7968..45916a5fceef1aeb6f280637b44103aaeebfcf9f 100644 --- a/en/react-native-udp.md +++ b/en/react-native-udp.md @@ -17,22 +17,22 @@ ## Installation and Usage -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-udp Releases](https://github.com/react-native-oh-library/react-native-udp/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-udp Releases](https://github.com/react-native-oh-library/react-native-udp/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-udp@file:# +npm install @react-native-oh-tpl/react-native-udp ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-udp@file:# +yarn add @react-native-oh-tpl/react-native-udp ``` The following code shows the basic use scenario of the repository: diff --git a/en/react-native-ui-lib.md b/en/react-native-ui-lib.md index 5f3fa9162635ded8fa58de6009aef64a077c1526..7449aedeb35dddc29165a67d95ed1a5430bfdf9a 100644 --- a/en/react-native-ui-lib.md +++ b/en/react-native-ui-lib.md @@ -16,7 +16,7 @@ Template version: v0.2.2 ## Installation and Usage -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-ui-lib Releases](https://github.com/react-native-oh-library/react-native-ui-lib/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-ui-lib Releases](https://github.com/react-native-oh-library/react-native-ui-lib/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. The HarmonyOS implementation of this library depends on the native code from @react-native-oh-tpl/react-native-reanimated、@react-native-oh-tpl/react-native-gesture-handler. If this library is included into your HarmonyOS application, there is no need to include it again; you can skip the steps in this section and use it directly. @@ -31,20 +31,18 @@ If it is not included, follow the guide provided in [@react-native-oh-tpl/react- 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** ```bash -npm install @react-native-oh-tpl/react-native-ui-lib@file:# +npm install @react-native-oh-tpl/react-native-ui-lib ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-ui-lib@file:# +yarn add @react-native-oh-tpl/react-native-ui-lib ``` diff --git a/en/react-native-unistyles.md b/en/react-native-unistyles.md index 4da72efb3d7b12b15293f92ea6ec866c517dcb29..7eeb5092c876f25295070658dbb3ecff5c15e164 100644 --- a/en/react-native-unistyles.md +++ b/en/react-native-unistyles.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-unistyles Releases](https://github.com/react-native-oh-library/react-native-unistyles/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-unistyles Releases](https://github.com/react-native-oh-library/react-native-unistyles/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-unistyles@file:# +npm install @react-native-oh-tpl/react-native-unistyles ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-unistyles@file:# +yarn add @react-native-oh-tpl/react-native-unistyles ``` diff --git a/en/react-native-user-agent.md b/en/react-native-user-agent.md index 7f6889ad69dcdaa9c791da98c91e8ec655158d5e..84f6ac4841a6e48288306c5bbc29bd026e3eccc4 100644 --- a/en/react-native-user-agent.md +++ b/en/react-native-user-agent.md @@ -18,24 +18,24 @@ ## Installation and Usage -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-user-agent Releases](https://github.com/react-native-oh-library/react-native-user-agent/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-user-agent Releases](https://github.com/react-native-oh-library/react-native-user-agent/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-user-agent@file:# +npm install @react-native-oh-tpl/react-native-user-agent ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-user-agent@file:# +yarn add @react-native-oh-tpl/react-native-user-agent ``` diff --git a/en/react-native-vector-drawable.md b/en/react-native-vector-drawable.md index a941b1dbaf950dc270c4e329351fd02614ddb184..fdf442b4c67b91c6482f9682b80908abc9b94a63 100644 --- a/en/react-native-vector-drawable.md +++ b/en/react-native-vector-drawable.md @@ -16,24 +16,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-native-vector-drawable Releases](https://github.com/react-native-oh-library/react-native-vector-drawable/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-library/react-native-vector-drawable Releases](https://github.com/react-native-oh-library/react-native-vector-drawable/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. 进入到工程目录并输入以下命令: ->[!TIP] # 处替换为 tgz 包的路径 + #### npm ```bash -npm install @react-native-oh-tpl/react-native-vector-drawable@file:# +npm install @react-native-oh-tpl/react-native-vector-drawable ``` #### yarn ```bash -yarn add @react-native-oh-tpl/react-native-vector-drawable@file:# +yarn add @react-native-oh-tpl/react-native-vector-drawable ``` diff --git a/en/react-native-version-number.md b/en/react-native-version-number.md index ee5a7a97d4df63002aa86472fda12844ef13bb84..2cd619e7ae3855b32f2c90deb04396ec50f08026 100644 --- a/en/react-native-version-number.md +++ b/en/react-native-version-number.md @@ -18,24 +18,24 @@ ## Installation and Usage -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-version-number Releases](https://github.com/react-native-oh-library/react-native-version-number/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-version-number Releases](https://github.com/react-native-oh-library/react-native-version-number/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-version-number@file:# +npm install @react-native-oh-tpl/react-native-version-number ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-version-number@file:# +yarn add @react-native-oh-tpl/react-native-version-number ``` diff --git a/en/react-native-video-cache.md b/en/react-native-video-cache.md index 0b5bb297cb1edda38b2f710c1fff18a9a59f83ef..50725a1d5defab35d95120f9482d4f352b5b1b14 100644 --- a/en/react-native-video-cache.md +++ b/en/react-native-video-cache.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-library/react-native-video-cache Releases](https://github.com/react-native-oh-library/react-native-video-cache/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-library/react-native-video-cache Releases](https://github.com/react-native-oh-library/react-native-video-cache/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-video-cache@file:# +npm install @react-native-oh-tpl/react-native-video-cache ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-video-cache@file:# +yarn add @react-native-oh-tpl/react-native-video-cache ``` diff --git a/en/react-native-video.md b/en/react-native-video.md index 6ae5844d7f3c488ed7e253f99fbde06918eeaf1e..cf570673d6e93adcbbf4cc8697361bcd9e78e0a0 100644 --- a/en/react-native-video.md +++ b/en/react-native-video.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-video Releases](https://github.com/react-native-oh-library/react-native-video/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-video Releases](https://github.com/react-native-oh-library/react-native-video/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-video@file:# +npm install @react-native-oh-tpl/react-native-video ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-video@file:# +yarn add @react-native-oh-tpl/react-native-video ``` diff --git a/en/react-native-view-overflow.md b/en/react-native-view-overflow.md index 6c0df0c099663125a3100c68c9184fad0e5382af..740085d1fea280b0f413bf3294a21eae234a621c 100644 --- a/en/react-native-view-overflow.md +++ b/en/react-native-view-overflow.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-view-overflow Releases](https://github.com/react-native-oh-library/react-native-view-overflow/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-view-overflow Releases](https://github.com/react-native-oh-library/react-native-view-overflow/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-view-overflow@file:# +npm install @react-native-oh-tpl/react-native-view-overflow ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-view-overflow@file:# +yarn add @react-native-oh-tpl/react-native-view-overflow ``` diff --git a/en/react-native-view-pdf.md b/en/react-native-view-pdf.md index ebc09b03ffa5d300d86ce91f50e845814c3e2a2b..a39863b6dbdac057fea463e36742eb6a1bce7d54 100644 --- a/en/react-native-view-pdf.md +++ b/en/react-native-view-pdf.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-view-pdf Releases](https://github.com/react-native-oh-library/react-native-PDFView/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-view-pdf Releases](https://github.com/react-native-oh-library/react-native-PDFView/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-view-pdf@file:# +npm install @react-native-oh-tpl/react-native-view-pdf ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-view-pdf@file:# +yarn add @react-native-oh-tpl/react-native-view-pdf ``` diff --git a/en/react-native-view-shot.md b/en/react-native-view-shot.md index 5694e5fcfc1a98c859aab64c6ef0e1ea3e796991..bbb479834b9b442b4d29f5856e698724cc613b8d 100644 --- a/en/react-native-view-shot.md +++ b/en/react-native-view-shot.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-view-shot Releases](https://github.com/react-native-oh-library/react-native-view-shot/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-view-shot Releases](https://github.com/react-native-oh-library/react-native-view-shot/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-view-shot@file:# +npm install @react-native-oh-tpl/react-native-view-shot ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-view-shot@file:# +yarn add @react-native-oh-tpl/react-native-view-shot ``` diff --git a/en/react-native-vision-camera.md b/en/react-native-vision-camera.md index c276124d3074fc3fff092d3311761f9c70899518..4681cea69ad77c7eb9d6e46ce3e699a103a13268 100644 --- a/en/react-native-vision-camera.md +++ b/en/react-native-vision-camera.md @@ -19,24 +19,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-vision-camera Releases](https://github.com/react-native-oh-library/react-native-vision-camera/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-vision-camera Releases](https://github.com/react-native-oh-library/react-native-vision-camera/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-vision-camera@file:# +npm install @react-native-oh-tpl/react-native-vision-camera ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-vision-camera@file:# +yarn add @react-native-oh-tpl/react-native-vision-camera ``` diff --git a/en/react-native-webview.md b/en/react-native-webview.md index 976bcaf43a03201cfe9ff1bdd61240db9b03b97a..7c7194a4d0f034d01261b33fbdc7107fb4e980f8 100644 --- a/en/react-native-webview.md +++ b/en/react-native-webview.md @@ -16,24 +16,24 @@ ## Installation and Usage -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-webview Releases](https://github.com/react-native-oh-library/react-native-webview/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-webview Releases](https://github.com/react-native-oh-library/react-native-webview/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. 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** ```bash -npm install @react-native-oh-tpl/react-native-webview@file:# +npm install @react-native-oh-tpl/react-native-webview ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-webview@file:# +yarn add @react-native-oh-tpl/react-native-webview ``` diff --git a/en/react-native-worklets-core.md b/en/react-native-worklets-core.md index 33d68ad9c36b59e92436a9a58eceface0dd11d7a..8f01078e74575b5de865ff39cf0bca8c3182a286 100644 --- a/en/react-native-worklets-core.md +++ b/en/react-native-worklets-core.md @@ -16,24 +16,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-worklets-core Releases](https://github.com/react-native-oh-library/react-native-worklets-core/releases),并下载适用版本的 tgz 包 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-worklets-core Releases](https://github.com/react-native-oh-library/react-native-worklets-core/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm i @react-native-oh-tpl/react-native-worklets-core@file:# +npm i @react-native-oh-tpl/react-native-worklets-core ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-worklets-core@file:# +yarn add @react-native-oh-tpl/react-native-worklets-core ``` 在项目根目录下的 `babel.config.js` 中添加 `babel` 插件 diff --git a/en/react-native-zip-archive.md b/en/react-native-zip-archive.md index 407f4411f6c9411703eff06911c31abb9fa3e3ad..e3a364d413ea9ed9af380465fdb6315a7fea9884 100644 --- a/en/react-native-zip-archive.md +++ b/en/react-native-zip-archive.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-zip-archive Releases](https://github.com/react-native-oh-library/react-native-zip-archive/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/react-native-zip-archive Releases](https://github.com/react-native-oh-library/react-native-zip-archive/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/react-native-zip-archive@file:# +npm install @react-native-oh-tpl/react-native-zip-archive ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-zip-archive@file:# +yarn add @react-native-oh-tpl/react-native-zip-archive ``` diff --git a/en/react-navigation-drawer.md b/en/react-navigation-drawer.md index 492e872d21f4b6031b0e67ea8dd88d7ee2257ddf..04a1a43943892d95e140652072a5c37ffd79f370 100644 --- a/en/react-navigation-drawer.md +++ b/en/react-navigation-drawer.md @@ -18,24 +18,23 @@ > [!TIP] drawer的tgz包在react-navigation Releases。 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-navigation Releases](https://github.com/react-native-oh-library/react-navigation/releases),并下载drawer适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-library/react-navigation Releases](https://github.com/react-native-oh-library/react-navigation/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为tgz包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/drawer@file:# +npm install @react-native-oh-tpl/drawer ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/drawer@file:# +yarn add @react-native-oh-tpl/drawer ``` diff --git a/en/react-navigation-elements.md b/en/react-navigation-elements.md index 4dded92f2964fa27949f3a48a9b3c5a1c961cdf5..8a1444107939f65d6cd47673c0459a8154de7f55 100644 --- a/en/react-navigation-elements.md +++ b/en/react-navigation-elements.md @@ -17,24 +17,23 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/elements Releases](https://github.com/react-native-oh-library/react-navigation/releases),并下载适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/elements Releases](https://github.com/react-native-oh-library/react-navigation/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为 tgz 包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/elements@file:# +npm install @react-native-oh-tpl/elements ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/elements@file:# +yarn add @react-native-oh-tpl/elements ``` diff --git a/en/react-navigation-native-stack.md b/en/react-navigation-native-stack.md index d14c574d72afae1ceebd6a9a946459ef500ff110..e347a010c41ffe4e972490a4d61a6785c3ebf4f7 100644 --- a/en/react-navigation-native-stack.md +++ b/en/react-navigation-native-stack.md @@ -18,24 +18,23 @@ > [!TIP] native-stack的tgz包在react-navigation Releases。 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-navigation Releases](https://github.com/react-native-oh-library/react-navigation/releases),并下载native-stack适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-library/react-navigation Releases](https://github.com/react-native-oh-library/react-navigation/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. 进入到工程目录并输入以下命令: -> [!TIP] # 处替换为tgz包的路径 ### **npm** ```bash -npm install @react-native-oh-tpl/native-stack@file:# +npm install @react-native-oh-tpl/native-stack ``` ### **yarn** ```bash -yarn install @react-native-oh-tpl/native-stack@file:# +yarn install @react-native-oh-tpl/native-stack ``` diff --git a/en/react-navigation-stack.md b/en/react-navigation-stack.md index 6f5009118d1929da8874e068026316b12b789ee6..f695af7adef50be86e2fb508510f9e22bd7cc78e 100644 --- a/en/react-navigation-stack.md +++ b/en/react-navigation-stack.md @@ -21,22 +21,21 @@ > [!TIP] stack的tgz包在react-navigation Releases。 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-library/react-navigation Releases](https://github.com/react-native-oh-library/react-navigation/releases),并下载stack适用版本的 tgz 包。 +Find the matching version information in the release address of a third-party library:[@react-native-oh-library/react-navigation Releases](https://github.com/react-native-oh-library/react-navigation/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. -> [!TIP] # 处替换为tgz包的路径 #### **npm** ```bash -npm install @react-native-oh-tpl/stack@file:# +npm install @react-native-oh-tpl/stack ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/stack@file:# +yarn add @react-native-oh-tpl/stack ``` diff --git a/en/realm-js.md b/en/realm-js.md index 547eef15737762185077a04c33458d961d843a74..c41525b0ddd791709a3c967df1878f86a822f488 100644 --- a/en/realm-js.md +++ b/en/realm-js.md @@ -17,24 +17,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/realm-js Releases](https://github.com/react-native-oh-library/realm-js/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/realm-js Releases](https://github.com/react-native-oh-library/realm-js/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. 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** ```bash -npm install @react-native-oh-tpl/realm@file:# -npm install @react-native-oh-tpl/realm-react@file:# +npm install @react-native-oh-tpl/realm +npm install @react-native-oh-tpl/realm-react ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/realm@file:# -yarn add @react-native-oh-tpl/realm-react@file:# +yarn add @react-native-oh-tpl/realm +yarn add @react-native-oh-tpl/realm-react ``` The following code shows the basic use scenario of the repository: diff --git a/en/remobile-react-native-toast.md b/en/remobile-react-native-toast.md index b9ca18f23924493e9c240ed73429921e9cc00972..a78e8f95294a1d7b0289b6ecaa8e054dad28aa95 100644 --- a/en/remobile-react-native-toast.md +++ b/en/remobile-react-native-toast.md @@ -17,24 +17,24 @@ ## Installation and Usage -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-toast Releases](https://github.com/react-native-oh-library/react-native-toast/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-toast Releases](https://github.com/react-native-oh-library/react-native-toast/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** ```bash -npm install @react-native-oh-tpl/react-native-toast@file:# +npm install @react-native-oh-tpl/react-native-toast ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-toast@file:# +yarn add @react-native-oh-tpl/react-native-toast ``` diff --git a/en/rn-bugly.md b/en/rn-bugly.md index d88b15f5ec8708d96cbdb20889b0ee79e5c6f2c5..e3d0661d1de85868290524e473878f65975c0d3e 100644 --- a/en/rn-bugly.md +++ b/en/rn-bugly.md @@ -17,22 +17,22 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/rn-bugly Releases](https://github.com/react-native-oh-library/rn-bugly/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/rn-bugly Releases](https://github.com/react-native-oh-library/rn-bugly/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. 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** ```bash -npm install @react-native-oh-tpl/rn-bugly@file:# +npm install @react-native-oh-tpl/rn-bugly ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/rn-bugly@file:# +yarn add @react-native-oh-tpl/rn-bugly ``` The following code shows the basic use scenario of the repository: diff --git a/en/rn-emoji-keyboard.md b/en/rn-emoji-keyboard.md index 30650c21356fc4bf0b85b87230abb4b1eb09e17e..32401b33fa1bf0fa4ff043f2276980e1058d3e7d 100644 --- a/en/rn-emoji-keyboard.md +++ b/en/rn-emoji-keyboard.md @@ -16,24 +16,24 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/rn-emoji-keyboard Releases](https://github.com/react-native-oh-library/rn-emoji-keyboard/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/rn-emoji-keyboard Releases](https://github.com/react-native-oh-library/rn-emoji-keyboard/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. 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** ```bash -npm install @react-native-oh-tpl/rn-emoji-keyboard@file:# +npm install @react-native-oh-tpl/rn-emoji-keyboard ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/rn-emoji-keyboard@file:# +yarn add @react-native-oh-tpl/rn-emoji-keyboard ``` diff --git a/en/rn-tourguide.md b/en/rn-tourguide.md index 0d9edd9a1a4a42f02440326a39476c461add310f..cd50b67c67c86f92056bbfc8a1bb29eeb920aaaa 100644 --- a/en/rn-tourguide.md +++ b/en/rn-tourguide.md @@ -18,24 +18,24 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[https://github.com/react-native-oh-library/rn-tourguide Releases](https://github.com/react-native-oh-library/rn-tourguide/releases),并下载适用版本的 tgz 包 +Find the matching version information in the release address of a third-party library:[https://github.com/react-native-oh-library/rn-tourguide Releases](https://github.com/react-native-oh-library/rn-tourguide/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. 进入到工程目录并输入以下命令: ->[!TIP] # 处替换为 tgz 包的路径 + #### **npm** ```bash -npm install @react-native-oh-tpl/rn-tourguide@file:# +npm install @react-native-oh-tpl/rn-tourguide ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/rn-tourguide@file:# +yarn add @react-native-oh-tpl/rn-tourguide ``` diff --git a/en/shopify-flash-list.md b/en/shopify-flash-list.md index 9dc759c23e49b6bd323356b476ffeb32e568da1b..e60079f050f482a9321f2f32145ad0d85d989161 100644 --- a/en/shopify-flash-list.md +++ b/en/shopify-flash-list.md @@ -16,22 +16,22 @@ ## Installation and Usage -Find the matching version information in the release address of a third-party library and download an applicable .tgz package: [@react-native-oh-tpl/flash-list Releases](https://github.com/react-native-oh-library/flash-list/releases). +Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/flash-list Releases](https://github.com/react-native-oh-library/flash-list/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. 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** ```bash -npm install @react-native-oh-tpl/flash-list@file:# +npm install @react-native-oh-tpl/flash-list ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/flash-list@file:# +yarn add @react-native-oh-tpl/flash-list ``` The following code shows the basic use scenario of the repository: diff --git a/en/tgz-usage-en.md b/en/tgz-usage-en.md new file mode 100644 index 0000000000000000000000000000000000000000..c9cd52fc6886a8a673008f02284fa64a765e3289 --- /dev/null +++ b/en/tgz-usage-en.md @@ -0,0 +1,76 @@ +# RNOH Third-party Library tgz Package Usage Instructions + +## 1. Option 1: Local Installation + +### 1.1 Navigate to the corresponding Release page of the third-party library + +- Find the desired version. +- Download the tgz package from the attachment to your local machine. +- Place it in the designated path. + +### 1.2 Installation + +- Run the following command: + + ```bash + npm install @file: + ``` + + Example: + + ```bash + npm install @react-native-oh-tpl/react-native-svg@file:react-native-oh-tpl-react-native-svg-15.0.0-0.5.8.tgz + ``` + +- Or directly specify it in the `package.json`: + + ```json + "dependencies": { + "": "" + } + ``` + + Example: + + ```json + "dependencies": { + "@react-native-oh-tpl/react-native-svg": "file:react-native-oh-tpl-react-native-svg-15.0.0-0.5.8.tgz" + } + ``` + +## 2. Option 2: Online Installation + +### 2.1 Navigate to the corresponding Release page of the third-party library + +- Find the desired version. +- Copy the online URL of the tgz package from the attachment. + +### 2.2 Installation + +- Run the following command: + + ```bash + npm install @file: + ``` + + Example: + + ```bash + npm install @react-native-oh-tpl/react-native-svg@https://github.com/react-native-oh-library/react-native-harmony-svg/releases/download/15.0.0-0.5.8/react-native-oh-tpl-react-native-svg-15.0.0-0.5.8.tgz + ``` + +- Or directly specify it in the `package.json`: + + ```json + "dependencies": { + "": "" + } + ``` + + Example: + + ```json + "dependencies": { + "@react-native-oh-tpl/react-native-svg": "https://github.com/react-native-oh-library/react-native-harmony-svg/releases/download/15.0.0-0.5.8/react-native-oh-tpl-react-native-svg-15.0.0-0.5.8.tgz" + } + ``` diff --git a/en/victory-native-xl.md b/en/victory-native-xl.md index f5b9379478218292b1209b8d32f81170e3c3b967..74789cafa71856e7bb890618f734a10362f9216a 100644 --- a/en/victory-native-xl.md +++ b/en/victory-native-xl.md @@ -17,22 +17,20 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/victory-native-xl Releases](https://github.com/react-native-oh-library/victory-native-xl/releases),并下载适用版本的 tgz 包 +Find the matching version information in the release address of a third-party library:[@react-native-oh-tpl/victory-native-xl Releases](https://github.com/react-native-oh-library/victory-native-xl/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. 进入到工程目录并输入以下命令: ->[!TIP] # 处替换为 tgz 包的路径 - #### **npm** ```bash -npm install @react-native-oh-tpl/victory-native-xl@file:# +npm install @react-native-oh-tpl/victory-native-xl ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/victory-native-xl@file:# +yarn add @react-native-oh-tpl/victory-native-xl ``` 下面的代码展示了这个库的基本使用场景: