メインコンテンツへスキップ

ActivityIndicator

円形のローディングインジケーターを表示します。

使用例

リファレンス

Props

ViewのProps

ViewのPropsを継承します。


animating

インジケーターを表示するか (true) 非表示にするか (false) を指定します。

デフォルト
booltrue

color

スピナーの前景色。

デフォルト
colornull (システムのデフォルトのアクセントカラー)
Android

'#999999'
iOS

hidesWhenStopped
iOS

アニメーションが停止したときにインジケーターを非表示にするかどうか。

デフォルト
booltrue

size

インジケーターのサイズ。

デフォルト
enum('small', 'large')
number
Android
'small'