react-native-pager-view

React Native wrapper for the Android ViewPager and iOS UIPageViewController.

MIT License

Downloads
1.7M
Stars
2.7K
Committers
115

Bot releases are hidden (Show)

react-native-pager-view - v5.4.11

Published by troZee over 2 years ago

Changelog:

  • fix(ios): wrong variable usage that causes crash related to #458 (#502) (715fe70)
react-native-pager-view - v5.4.10

Published by troZee over 2 years ago

Changelog:

  • fix(ios): Crash when rapidly switching pages #510 (bd17a7d)
react-native-pager-view - v5.4.9

Published by troZee almost 3 years ago

  • fix(ios): Prevent removal of one or many pages at a time (#467) (dfa4536)
react-native-pager-view - v5.4.8

Published by troZee almost 3 years ago

Changelog:

  • fix:(ios) removing the last page (#466) (c35a5ee)
react-native-pager-view - v5.4.7

Published by troZee about 3 years ago

Changelog:

  • fix(ios): update pager view only when layout changed (#462) (e4d0c6b)
react-native-pager-view - v5.4.6

Published by troZee about 3 years ago

Changelog:

  • fix(ios): multiple onPageSelected calling (#455) (d44b58a)
react-native-pager-view - v5.4.5

Published by troZee about 3 years ago

Changelog:

  • fix(android): set initialIndex only once (#457) (7ad16b1)
react-native-pager-view - v5.4.4

Published by troZee about 3 years ago

Changelog:

  • chore(android): update gradle.properties (#437) (9d309b8)
  • chore(android): update build.gradle (#438) (e01cd62)
react-native-pager-view - v5.4.3

Published by troZee about 3 years ago

Changelog:

  • fix(android): Nested ViewPagers with same orientation are not scrollable(#303) (42ef5a0)
react-native-pager-view - v5.4.2

Published by troZee about 3 years ago

Changelog:

  • fix(ios): onScroll callback values (#435) (a2430d6)
react-native-pager-view - v5.4.1

Published by troZee about 3 years ago

Changelog:

  • fix(ios): UIViewControllerHierarchyInconsistency error (#432) (6ddec90)
react-native-pager-view - v5.4.0

Published by troZee about 3 years ago

Changelog:

  • fix(android): use RecyclerView.Adapter instead of FragmentStateAdapter (#404) (fdf3d8f)
react-native-pager-view - v5.3.4

Published by troZee about 3 years ago

Changelog:

  • fix(android): handling initially empty pages (#408) (9eb7b34)
react-native-pager-view - v5.3.3

Published by troZee about 3 years ago

Changelog:

  • fix(android): set initial page natively (#407) (0c65e4d)
  • chore: logo URL in the keyboard example (#405) (94320e9)
react-native-pager-view - v5.3.2

Published by troZee about 3 years ago

Changelog:

  • fix: deducing rtl device setup (#402) (223560f)
  • chore: remove lib folder (#403) (d7e95d3)
  • chore: fix ci (#401) (3b1ba50)
react-native-pager-view - v5.3.1

Published by troZee about 3 years ago

Changelog:

  • fix(android): implement getContext for the older versions of react native (#397) (f93a28b)
  • fix(ios): emit correct progress values for overdrag (#396) (bda9ace)
  • fix(ios): removing last page (#395) (d617614)
react-native-pager-view - v5.3.0

Published by troZee about 3 years ago

Changelog:

  • feat: RTL support (#391) (8d27359)
react-native-pager-view - v5.2.2

Published by troZee about 3 years ago

Changelog:

  • fix(ios): overdrag with vertical scroll (#390) [#388] (5d68632)
  • chore: add new version section to readme (#374) (586e31d)
react-native-pager-view - v5.2.1

Published by troZee over 3 years ago

Changelog:

  • fix(android): fix KotlinNullPointerException (#369) (18b9d77)
react-native-pager-view - v6.0.0-rc.0

Published by troZee over 3 years ago

Changelog:
Breaking changes:

  • feat(ios): lazy pager (#332) (7be96f1)
  • feat(android): lazy pager(#331) (680b458)
  • feat(js): lazy pager (#326) (bd0a058)

Pager View supports lazy loading, so all pages are not loaded immediately. To test it, you can check the example here

To install it please use below command

yarn add react-native-pager-view@next