Skip to content

Commit ba80fbb

Browse files
committed
Update README
1 parent 6e41461 commit ba80fbb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ Inherits [View Props](https://facebook.github.io/react-native/docs/view#props)
4444

4545
### size
4646

47-
> `?number` | defaults to `48`
47+
> `number` | defaults to `48`
4848
4949
Width and height of the spinner.
5050

5151
### color
5252

53-
> `?string` | defaults to `#000`
53+
> `string` | defaults to `#000`
5454
5555
Color of the spinner.
5656

5757
### animating
5858

59-
> `?boolean` | defaults to `true`
59+
> `boolean` | defaults to `true`
6060
6161
Whether to show the indicator or hide it.
6262

6363
### hidesWhenStopped
6464

65-
> `?boolean` | defaults to `true`
65+
> `boolean` | defaults to `true`
6666
6767
Whether the indicator should hide when not animating.
6868

0 commit comments

Comments
 (0)