activityindicator
id: activityindicator title: 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' |