테스트 사이트 - 개발 중인 베타 버전입니다

redshop의 배너

· 9년 전 · 1611

 

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

 

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

 

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

 

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

 

 

 

[code]

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)}

            },

          ]}

        />

[/code]

 

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시판 목록

앱개발

글쓰기
🐛 버그신고