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 - v4.2.2

Published by troZee almost 4 years ago

Changelog:

  • fix(ios): app crashing while setPage is called in componentDidMount (#261) (a791a65)
  • Update README.md (#246) (d499e94)
react-native-pager-view - v4.2.1

Published by troZee almost 4 years ago

fix(ios): fix embedding in parent container(#244)

react-native-pager-view - v5.0.2

Published by troZee almost 4 years ago

Fix Android multiple pager instances

react-native-pager-view -

Published by troZee almost 4 years ago

Used to fix npm

react-native-pager-view -

Published by troZee almost 4 years ago

Next Version

react-native-pager-view -

Published by troZee almost 4 years ago

Changelog:

  • fix(iOS): Add missing RCTEventDispatcher import (#239) (8b7993a)
  • chore(android): Revert android to the stable version (#238) (c98a068)
  • chore: update readme (#237) (c625da7)
  • fix(ios): Xcode 12 compatibility (#229) (ebc3376)
  • Add PR template (f2e1d77)
react-native-pager-view - v4.1.6

Published by troZee about 4 years ago

Changelog:

  • fix(android): implement containsItem method in adapter (#215) (3055666)
react-native-pager-view - v3.3.1

Published by troZee about 4 years ago

Cherry-picked

  • fix(ios): onPageSelected is called too often (#170) (8a7b254)
react-native-pager-view - v4.1.4

Published by troZee about 4 years ago

Changelog:

  • fix(android): add unique id to fix page removal (#214) (045c750)
react-native-pager-view - v4.1.3

Published by troZee about 4 years ago

Fixes

  • fix(ios): prevent onScroll method to divide by 0 (#208) (87a09dd)
react-native-pager-view - v4.1.2

Published by troZee about 4 years ago

Fix

fix(android): blank view when collection changed (#203)

react-native-pager-view - v4.1.1

Published by troZee about 4 years ago

Fixes

fix(android): improve removing views from hierarchy (#191)

react-native-pager-view - v4.1.0

Published by troZee over 4 years ago

Bugfixes

  • fix(ios): refactor iOS code (#189)

Features

  • feat(android): add support for overScrollMode (#192)
react-native-pager-view - v4.0.1

Published by troZee over 4 years ago

Bugfixes

  • fix: wrong children type (#166)
  • fix(ios): onPageSelected is called too often (#170)
  • fix(ios): remove coalescingKey for each vp's event (#171)
react-native-pager-view - v4.0.0

Published by troZee over 4 years ago

BREAKING

feat(android): migrate lib to ViewPager2 (#139)

Bugfixes

  • fix(ios): crash on empty array (#152)
  • fix(ios): vertical scroll progress (#153)
  • fix(ios): deleting multiple views on iOS (#148)
react-native-pager-view - v3.3.0

Published by ferrannp almost 5 years ago

BREAKING

  • fix (iOS): disable touch event once user is dragging (#124)
react-native-pager-view - v3.2.0

Published by ferrannp almost 5 years ago

BREAKING

  • iOS: fix: remove delaying touches in ScrollView (#110)

Features

  • feat: add imperative setScrollEnabled method (#119)
react-native-pager-view - v3.1.0

Published by ferrannp almost 5 years ago

Features

  • feat: Android VerticalPager (#70)

Bugfixes

  • fix: scrollEnabled prop, when comp is loaded dynamically (iOS)(#102)
react-native-pager-view - v3.0.0

Published by ferrannp almost 5 years ago

BREAKING

  • chore: update to Android X (no need for Jetifier anymore)

Example

  • Refactor the example to use React Native 0.61.x and add yarn android and yarn ios to run it #103
react-native-pager-view - v2.0.2

Published by ferrannp almost 5 years ago

  • fix: remove useless waring while overriding children' style (#87)
  • fix: tapping on UIPageControl to cycle through pages #71
  • docs: add showPageIndicator to docs (#80)
  • chore: add eslint from react-native-community (#76)