diff --git a/zh-cn/progress-bar-android.md b/zh-cn/progress-bar-android.md index df379977d9b1b050ae8a4a2d6db91af85e0053c9..55b4e1565ef9eccc7602f84c068ccea5470cd6e7 100644 --- a/zh-cn/progress-bar-android.md +++ b/zh-cn/progress-bar-android.md @@ -6,7 +6,7 @@ Supported platforms - License + License

@@ -24,13 +24,13 @@ 进入到工程目录并输入以下命令: ```bash -yarn add @react-native-oh-library/progress-bar-android +yarn add @react-native-community/progress-bar-android@npm:@react-native-oh-library/progress-bar-android ``` 或者 ```bash -npm install @react-native-oh-library/progress-bar-android +npm install @react-native-community/progress-bar-android@npm:@react-native-oh-library/progress-bar-android ``` 下面的代码展示了这个库的基本使用场景: