redshop의 배너 정보
redshop의 배너
본문
일단 쉬운 것을 이용해서..
https://github.com/talisk/react-native-banner-lite
레드샵에 나온 event배너와 비슷한 것을 찾다 보니..
로컬 이미지를 지원은 안하는 것 같습니다.
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
댓글 0개