redshop의 이미지 캐러셀 > 앱개발

앱개발

redshop의 이미지 캐러셀 정보

redshop의 이미지 캐러셀

본문

https://github.com/kfbow/simple-carousel-react-native  나온지 몇일 안된 것을 사용해 봤습니다. 

 

코드가 그냥 이해하기 편한것으로..

 

가운데 dot도 센터에 맞지는 않지만..  

 

9b0d795078ab2c47ef4a451eab43b05c_1480293400_803.png

 


import Carousel from 'simple-carousel-react-native'; 
 
        <Carousel
          color='red'
          height = {150}
          width = {400}
        >
          <View>
            <ResponsiveImage source={require('./images/1.jpg')} initWidth="400" initHeight="150"/>
          </View>
          <View>
            <ResponsiveImage source={require('./images/2.jpg')} initWidth="400" initHeight="150"/>
          </View>
          <View><Text>Page 3</Text></View>
        </Carousel>

 

 

 

공감
0
  • 복사

댓글 0개

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