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

redshop의 배너

· 8년 전 · 1606

 

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

 

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]

 

댓글 작성

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

로그인하기

게시글 목록

번호 제목
1362
1361
1358
1357
1356
1355
1354
1353
1349
1348
1347
1346
1345
1344
1343
1342
1341
1340
1339
1338
1337
1336
1335
1334
1333
1332
1331
1330
1329
1328