diff --git a/en/react-native-community-progress-bar-android.md b/en/react-native-community-progress-bar-android.md index dc101a7dcb3c84f947a182077907019c0defb481..8fcda458de3ae591771e6fc0adcfacff00e42bc4 100644 --- a/en/react-native-community-progress-bar-android.md +++ b/en/react-native-community-progress-bar-android.md @@ -68,7 +68,7 @@ Open the `harmony` directory of the HarmonyOS project in DevEco Studio. ... + "overrides": { + "@rnoh/react-native-openharmony" : "./react_native_openharmony" -+ "@ohos/materialprogressbar": "2.0.3-rc.0" ++ "@ohos/materialprogressbar": "2.1.3" + } } ``` diff --git a/zh-cn/react-native-community-progress-bar-android.md b/zh-cn/react-native-community-progress-bar-android.md index a1d4543fdea8e6ab4045740dd6a9cefac14c79de..259a52c05380a9e74d20b2a28c1437148160f5e8 100644 --- a/zh-cn/react-native-community-progress-bar-android.md +++ b/zh-cn/react-native-community-progress-bar-android.md @@ -66,7 +66,7 @@ export default function ProgressBarExample() { ... + "overrides": { + "@rnoh/react-native-openharmony" : "./react_native_openharmony" -+ "@ohos/materialprogressbar": "2.0.3-rc.0" ++ "@ohos/materialprogressbar": "2.1.3" + } } ```