Skip to content

Commit

Permalink
update ActivityIndicator.md (facebook#982)
Browse files Browse the repository at this point in the history
update ActivityIndicator.md
  • Loading branch information
rickhanlonii authored Jun 3, 2019
2 parents d787340 + 09d8a5d commit e751d01
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/activityindicator.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ AppRegistry.registerComponent('App', () => App)

* [`animating`](activityindicator.md#animating)
* [`color`](activityindicator.md#color)
* [`size`](activityindicator.md#size)
* [`hidesWhenStopped`](activityindicator.md#hideswhenstopped)
* [`size`](activityindicator.md#size)

---

Expand Down Expand Up @@ -80,20 +80,20 @@ The foreground color of the spinner (default is gray on iOS and dark cyan on And

---

### `size`

Size of the indicator (default is 'small'). Passing a number to the size prop is only supported on Android.

| Type | Required |
| ------------------------------- | -------- |
| enum('small', 'large'), ,number | No |

---

### `hidesWhenStopped`

Whether the indicator should hide when not animating (true by default).

| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | iOS |

---

### `size`

Size of the indicator (default is 'small'). Passing a number to the size prop is only supported on Android.

| Type | Required |
| ------------------------------- | -------- |
| enum('small', 'large'), ,number | No |

0 comments on commit e751d01

Please sign in to comment.