diff --git a/docs/progressbarandroid.md b/docs/progressbarandroid.md index 117009e8f40..9b0487e3c08 100644 --- a/docs/progressbarandroid.md +++ b/docs/progressbarandroid.md @@ -3,7 +3,7 @@ id: progressbarandroid title: 🚧 ProgressBarAndroid --- -> **Deprecated.** Use [@react-native-community/progress-bar-android](https://github.com/react-native-community/react-native-progress-bar-android) instead. +> **Deprecated.** Use [@react-native-community/progress-bar-android](https://github.com/react-native-community/progress-bar-android) instead. Android-only React component used to indicate that the app is loading or there is some activity in the app. @@ -112,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 c727937b65e..df0e4f7fcb6 100644 --- a/docs/progressviewios.md +++ b/docs/progressviewios.md @@ -3,7 +3,7 @@ id: progressviewios title: 🚧 ProgressViewIOS --- -> **Deprecated.** Use [@react-native-community/progress-view](https://github.com/react-native-community/react-native-progress-view) instead. +> **Deprecated.** Use [@react-native-community/progress-view](https://github.com/react-native-community/progress-view) instead. Uses `ProgressViewIOS` to render a UIProgressView on iOS.