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' |