Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/progressbarandroid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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 |

---

Expand Down
2 changes: 1 addition & 1 deletion docs/progressviewios.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down