redshop 의 탭 > 앱개발

앱개발

redshop 의 탭 정보

redshop 의 탭

본문

https://github.com/skv-headless/react-native-scrollable-tab-view 

 

를 이용해서 만들어 봤습니다.  (위/아래 와 탭간의 스크롤도 됩니다.)

 

9b0d795078ab2c47ef4a451eab43b05c_1480292824_5305.png
 


import ScrollableTabView, { DefaultTabBar, } from 'react-native-scrollable-tab-view'; 
       
<ScrollableTabView
        renderTabBar={()=><DefaultTabBar backgroundColor='rgba(255, 255, 255, 0.7)' />}
        >
       <ScrollView tabLabel='쿠폰존'>
        
       </ScrollView>
 
       <ScrollView tabLabel='최신'>
 
       </ScrollView>
       <ScrollView tabLabel='인기'>
 
       </ScrollView>
       <ScrollView tabLabel='히트'>
 
       </ScrollView>
       <ScrollView tabLabel='할인'>
 
       </ScrollView>
     </ScrollableTabView>

 

공감
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로