Skip to content

Commit

Permalink
update ProgressBarAndroid and ProgressViewIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek committed Feb 6, 2020
1 parent b8feb6d commit 182d799
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion docs/progressbarandroid.md
@@ -1,8 +1,10 @@
---
id: progressbarandroid
title: ProgressBarAndroid
title: 🚧 ProgressBarAndroid
---

> **Deprecated.** Use [@react-native-community/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:
Expand Down
4 changes: 3 additions & 1 deletion docs/progressviewios.md
@@ -1,8 +1,10 @@
---
id: progressviewios
title: ProgressViewIOS
title: 🚧 ProgressViewIOS
---

> **Deprecated.** Use [@react-native-community/progress-view](https://github.com/react-native-community/react-native-progress-view) instead.
Uses `ProgressViewIOS` to render a UIProgressView on iOS.

---
Expand Down
4 changes: 2 additions & 2 deletions website/i18n/en.json
Expand Up @@ -243,10 +243,10 @@
"title": "Platform Specific Code"
},
"progressbarandroid": {
"title": "ProgressBarAndroid"
"title": "🚧 ProgressBarAndroid"
},
"progressviewios": {
"title": "ProgressViewIOS"
"title": "🚧 ProgressViewIOS"
},
"props": {
"title": "Props"
Expand Down

0 comments on commit 182d799

Please sign in to comment.