redshop의 배너 > 앱개발

앱개발

redshop의 배너 정보

redshop의 배너

본문

 

일단 쉬운 것을 이용해서..

 

https://github.com/talisk/react-native-banner-lite 

 

레드샵에 나온 event배너와 비슷한 것을 찾다 보니..

 

로컬 이미지를 지원은 안하는 것 같습니다.

 

9b0d795078ab2c47ef4a451eab43b05c_1480292753_4361.png 

 


import BannerLite from 'react-native-banner-lite'; 
 
        <BannerLite
          items={[
            {
              title: "Hello",
              subtitle: "World",
              imageURL: "https://facebook.github.io/react/img/logo_og.png",
              onPress:(index)=>{console.log("tap"+index)}
            },
            {
              title: "How",
              subtitle: "R U",
              imageURL: "https://facebook.github.io/react/img/logo_og.png",
              onPress:(index)=>{console.log("tap"+index)}
            },
            {
              title: "R U OK",
              subtitle: "????????????",
              imageURL: "https://facebook.github.io/react/img/logo_og.png",
              onPress:(index)=>{console.log("tap"+index)}
            },
          ]}
        />

 

공감
0
  • 복사

댓글 0개

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