ActivityIndicator
円形のローディングインジケーターを表示します。
使用例
リファレンス
Props
ViewのProps
ViewのPropsを継承します。
animating
インジケーターを表示するか (true
) 非表示にするか (false
) を指定します。
型 | デフォルト |
---|---|
bool | true |
color
スピナーの前景色。
型 | デフォルト |
---|---|
color | null (システムのデフォルトのアクセントカラー)Android '#999999' iOS |
hidesWhenStopped
iOS
アニメーションが停止したときにインジケーターを非表示にするかどうか。
型 | デフォルト |
---|---|
bool | true |
size
インジケーターのサイズ。
型 | デフォルト |
---|---|
enum('small' , 'large' )number Android | 'small' |