diff --git a/docs/progressbarandroid.md b/docs/progressbarandroid.md index eafbd69e551..4cdf2e55ecb 100644 --- a/docs/progressbarandroid.md +++ b/docs/progressbarandroid.md @@ -3,6 +3,8 @@ id: progressbarandroid title: ProgressBarAndroid --- +> **Deprecated.** Use [@react-native-community/react-native-progress-bar-android](https://github.com/react-native-community/react-native-progress-bar-android) instead. + Android-only React component used to indicate that the app is loading or there is some activity in the app. ### Example @@ -110,9 +112,9 @@ Style of the ProgressBar. One of: - SmallInverse - LargeInverse -| Type | Required | -| --- | --- | -| enum('Horizontal', 'Normal', 'Small', 'Large', 'Inverse', 'SmallInverse', 'LargeInverse') | No | +| Type | Required | +| ----------------------------------------------------------------------------------------- | -------- | +| enum('Horizontal', 'Normal', 'Small', 'Large', 'Inverse', 'SmallInverse', 'LargeInverse') | No | --- diff --git a/docs/progressviewios.md b/docs/progressviewios.md index 8b0fbfcd69a..62fe3289275 100644 --- a/docs/progressviewios.md +++ b/docs/progressviewios.md @@ -3,6 +3,8 @@ id: progressviewios title: ProgressViewIOS --- +> **Deprecated.** Use [@react-native-community/react-native-progress-view](https://github.com/react-native-community/react-native-progress-view) instead. + Uses `ProgressViewIOS` to render a UIProgressView on iOS. ### Example