redshop 의 탭 정보
redshop 의 탭
본문
https://github.com/skv-headless/react-native-scrollable-tab-view
를 이용해서 만들어 봤습니다. (위/아래 와 탭간의 스크롤도 됩니다.)

 
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
 
 
댓글 0개