Skip to main content

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'