react-native-swiper

The best Swiper component for React Native.

MIT License

Downloads
330.5K
Stars
10.3K
Committers
86

Bot releases are visible (Hide)

react-native-swiper - v1.6.0 Latest Release

Published by ArrayZoneYour over 5 years ago

Installation

npm i --save react-native-swiper@next

Breaking Changes 💥

android swiper container style props name change: style => containerStyle

📚Completed Work

Dependency

  • Remove ViewPagerAndroid, use ScrollView #1009 (remember to clean the old node_modules)

TypeScript

  • correct the wrong types #1000
  • Add missing scrollBy TypeScript definition #931
  • SwiperProps extends ScrollView base type (✨v1.6.0-rc.3)

New Feature

  • add scrollTo #831
  • Added prop to disable the PrevButton #749
  • Optionally render page #1004

Bug Fix

  • ES6 and CommonJS compatibility #717
  • Solves the issue of state messing up when parent component calls setState #939
  • replay when autoplay is setted to true #1002
  • rename unsafe lifecycles
  • fix broken examples and migrate to react-native 0.60.x
  • fix bad jumping on ios when loadMinimal set true
  • fix fliker when loop and loadMinimal are enabled #1062
  • invoke onMomentumScrollEnd even offset no diff (✨v1.6.0-rc.3)
react-native-swiper - v1.6.0-dev

Published by ArrayZoneYour over 5 years ago

  • ViewPagerAndroid: react-native => @react-native-community/viewpager
  • add TypeScript typing of containerStyle
react-native-swiper - 1.5.14

Published by arribbar almost 6 years ago

[1.5.14]

  • fixes #582 (Android not setting this onLayout first?) #789 (thanks @fungilation)
  • Add onScrollBegin and onTouchEnd for Android #684 (thanks @kostyaVyrodov)
react-native-swiper - 1.5.13

Published by arribbar about 7 years ago

  • Workaround for react-native 0.4.8 contentOffset regression #572 (thanks @nixoz)
  • Fix wrong calculation of width and height after device rotation #581 (thanks @kostyaVyrodov)
  • Calculated width & height on layout, used later on re-rendering. Possibility to change ScrollView styles #548 (thanks @germanst)
react-native-swiper - 1.5.12

Published by arribbar about 7 years ago

  • Update core packages
  • Optionally disable the 'next' control button (thanks @SSTPIERRE2) (#531)
  • Fix Uncaught TypeError: _this.refs.scrollView.scrollTo is not a function (thanks @flyskywhy) (#539)
  • Allow dotStyle and activeDotStyle PropTypes to accept Stylesheet (thanks @knopt) (#346)
  • Calculate the offset in the initial state instead of onLayout (thanks @kjkta) (#541)
react-native-swiper - Fix index prop on iOS

Published by arribbar about 7 years ago

Version 1.5.10

Fix

react-native-swiper - Fix issue from #500

Published by arribbar about 7 years ago

Quick Fix

  • Merge pull request #508 which fix issue from pull request #500.
react-native-swiper - Fix issues of previous release

Published by mrdezzods about 7 years ago

react-native-swiper -

Published by mrdezzods about 7 years ago

react-native-swiper - 1.5.6

Published by ahmed3mar about 7 years ago

  • Fix landscape orientation auto resize! (thanks @ahmed3mar, @timmywil)

  • Add containerStyle prop to customize the view container.

react-native-swiper - 1.5.5

Published by mrdezzods about 7 years ago

  • Update: using PropTypes from prop-types and Change View.propTypes to ViewPropTypes
react-native-swiper - 1.5.4

Published by leecade almost 8 years ago

  • Added easily accessible pagination point manipulation: use dotColor / activeDotColor and dotStyle / activeDotStyle (thanks @denizs)
  • Added scrollEnabled prop to documentation (thanks @ibandominguez)
react-native-swiper - 1.5.3

Published by leecade almost 8 years ago

  • Add loadMinimalLoader prop to customize (thanks @Exilz)
  • Disable autoplay timer when prop changes to false (thanks @dizlexik)
  • Special thanks to @hypatiah for fixed some grammatical errors in README
react-native-swiper - 1.5.2

Published by leecade about 8 years ago

  • Add yarn lock
  • Fix jitter when quickly swiping back and forth between pages (iOS) (thanks @nemophrost)
  • The first webview always reloaded when injecting the rest of the children (thanks @eosterberg)
react-native-swiper - 1.5.1

Published by leecade about 8 years ago

  • Allow scroll without animate
  • Remove #254 which break the scroll direction in loop mode
react-native-swiper - 1.5.0

Published by leecade about 8 years ago

  • Improve develop workflow for support watch & use real pkg name in examples
  • Update examples for support React-native 0.33 + Xcode8 + ios10 + iphone7
  • Switch to standard code style
  • Rewrite source code with ES6 syntex
  • Cancel transform the source code when publish
  • Add a demo for loadMinimal + lazyload
  • Add a demo for multi-images viewer
  • #254 Fix jitter when quickly swiping back and forth between pages (iOS) (@thanks @nemophrost).
react-native-swiper - 1.4.11

Published by taisyo7333 about 8 years ago

Adds

Adds loadMinimalSize property (1675559) - @facupedrazzini

react-native-swiper - 1.4.10

Published by taisyo7333 about 8 years ago

Adds

add loadMinimal to api (lazyloading-esque) (59f6f84) - @getnashty

react-native-swiper - 1.4.9

Published by taisyo7333 about 8 years ago

Fixes

Adds extra check for title(ffa6574) - @atamang

react-native-swiper - 1.4.8

Published by taisyo7333 about 8 years ago

fixes loop and autoplay bugs in android (e59df9d) - @yazgazan

Package Rankings
Top 0.66% on Npmjs.org
Top 3.74% on Proxy.golang.org