React Native

react native 인디케이터 중앙 배치

Machine_웅 2020. 7. 10. 14:09
728x90
반응형
<View style={{ 
              position: 'absolute', 
              top: 0, 
              left: 0, 
              right: 0, 
              bottom: 0, 
              justifyContent: 'center', 
              alignItems: 'center'}}>
     <ActivityIndicator size="large" color={AppStyle.AppThemeColorRed} />
</View>

 

728x90
반응형

'React Native' 카테고리의 다른 글

react native 뒤로가기 이벤트 ( 두번 )  (0) 2020.07.13
react native native module ( 네이티브 모듈 )  (0) 2020.07.10
애니메니션 - slide up  (0) 2020.07.08
react native bottom Tab 관련  (0) 2020.06.27
ref 사용법  (0) 2020.06.24