From 5c26026f3423b8905df86f625c133051270a9f9f Mon Sep 17 00:00:00 2001 From: Jesse Katsumata Date: Thu, 6 Feb 2020 00:28:47 +0900 Subject: [PATCH] docs: add deprecation notice for ProgressBars --- docs/progressbarandroid.md | 8 +++++--- docs/progressviewios.md | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) 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