npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

react-native-bit-swiper

v1.1.8

Published

Swiper/Carousel component for React Native

Downloads

175

Readme

React Native Bit Swiper

platforms npm GitHub license

이 컴포넌트는 다양한 기능을 제공하는 React Native 용 Swiper/Carousel 컴포넌트입니다.

📝 업데이트

  • v1.1.8 : 특정 상황에 Warning 발생하는 현상 수정
  • v1.1.7 : Android 에서 다른 ScrollView 내에 있을 때, 자동 스크롤(Autoplay) 중지되는 현상 수정
  • v1.1.4 : Android 에서 루프(Loop) 사용 시 시작 아이템이 활성화 되지 않는 문제 수정
  • v1.1.3 : 불필요한 Index 변경 이벤트 발생 제거
  • v1.1.2 : Props 변경 시 특정 상황에 onItemRender 이벤트가 호출되지 않는 버그 수정
  • v1.1.0 : 애니메이션 성능 및 안정성 향상
  • v1.0.2 : 비활성 아이템 표시 넓이가 다르게 표시되는 현상 수정
  • v1.0.1 : 최초 배포

📖 문서

📦 설치

npm install --save react-native-bit-swiper

또는

yarn add react-native-bit-swiper

🚀 사용

import BitSwiper from 'react-native-bit-swiper';

<BitSwiper />

각 예제의 제목을 클릭하면, 상세 정보 및 소스 코드를 확인할 수 있습니다.

기본

비활성 아이템 표시

루프 (Loop)

자동 스크롤 (Autoplay)

페이지 스타일

커스텀 페이지

아이템 정렬

아이템 스케일 정렬

예제 프로그램