react-native-infinite-pager

An infinitely-swipeable pager component.

MIT License

Downloads
8.7K
Stars
171
Committers
4

Bot releases are visible (Hide)

react-native-infinite-pager - Latest Release

Published by computerjazz 7 months ago

  • Add gestureRef to support simlutaneous handlers
  • Add syncNode prop to control pager externally
react-native-infinite-pager -

Published by computerjazz 10 months ago

  • Add support for initialIndex
  • Fix case where initial index is outside of min/max indices.
react-native-infinite-pager -

Published by computerjazz 10 months ago

Fixes issue where calling setPage on a pager ref on mount would not work.

react-native-infinite-pager -

Published by computerjazz 10 months ago

  • Correctly implement simultaneousWithExternalGesture so that pager does not remove simultaneous gesture AND all simultaneous gestures activate correctly.
react-native-infinite-pager -

Published by computerjazz 11 months ago

  • Fix unresponsive parent InfinitePager when nesting pagers
react-native-infinite-pager -

Published by computerjazz 11 months ago

  • Fix bug that allowed pager to increment/decrement past max/min indices
  • Fix bug that did not fail pager gesture when gesturesDisabled prop changed during active gesture
react-native-infinite-pager -

Published by computerjazz about 2 years ago

  • add vertical prop for vertical paging
  • add flingVelocity prop to customize the velocity that registers as a page-turning "fling".
  • add preset prop and exported Preset enum to modify default page transition with a preset (currently "cube", "slide", "stack", "turn-in")
    infinite-pager-interpolators
react-native-infinite-pager -

Published by computerjazz about 2 years ago

  • Adds an optional renderPage prop for use cases where PageComponent are unwieldy.
react-native-infinite-pager -

Published by computerjazz about 2 years ago

  • Use react-native-gesture-handler 2.0
  • Fix buggy initial render