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

redshop의 배너

· 8년 전 · 1605

 

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

 

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]

 

댓글 작성

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

로그인하기

게시글 목록

번호 제목
1327
1326
1325
1324
1323
1321
1320
1319
1316
1315
1314
1313
1312
1311
1310
1309
1308
1305
1304
1303
1302
1301
1300
1295
1294
1293
1287
1285
1283
1279