We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e41461 commit ba80fbbCopy full SHA for ba80fbb
README.md
@@ -44,25 +44,25 @@ Inherits [View Props](https://facebook.github.io/react-native/docs/view#props)
44
45
### size
46
47
-> `?number` | defaults to `48`
+> `number` | defaults to `48`
48
49
Width and height of the spinner.
50
51
### color
52
53
-> `?string` | defaults to `#000`
+> `string` | defaults to `#000`
54
55
Color of the spinner.
56
57
### animating
58
59
-> `?boolean` | defaults to `true`
+> `boolean` | defaults to `true`
60
61
Whether to show the indicator or hide it.
62
63
### hidesWhenStopped
64
65
66
67
Whether the indicator should hide when not animating.
68
0 commit comments