바르고 뜨겁게

ReactNative - 슬라이드 배너 본문

자바스크립트/React Native

ReactNative - 슬라이드 배너

RightHot 2019. 6. 21. 01:46

ReactNative - 슬라이드 배너


  • 설치

 yarn add react-native-swiper

-

  • 사용

 import Swiper from "react-native-swiper";
 
     <Swiper
       showsPagination={false}
       autoplay={true}
       style={{ height: SWIPER_HEIGHT }}
       autoplayTimeout={3}>
       
     </Swiper>

Comments