Skip to main content
Version: Next

activityindicator

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