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

redshop의 배너

· 8년 전 · 1607

 

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

 

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]

 

댓글 작성

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

로그인하기

게시글 목록

번호 제목
1241
1240
1239
1233
1232
1226
1225
1224
1223
1222
1221
1219
1218
1217
1215
1214
1213
1211
1210
1208
1207
1206
1205
1204
1203
1199
1197
1193
1190
1188