Skip to content

Releases: computerjazz/react-native-infinite-pager

v0.3.17

05 Aug 18:50
Compare
Choose a tag to compare
  • make isAtEdge a derived value

v0.3.14

09 Mar 17:54
Compare
Choose a tag to compare
  • Add gestureRef to support simlutaneous handlers
  • Add syncNode prop to control pager externally

v0.3.11

19 Dec 21:38
Compare
Choose a tag to compare
  • Add support for initialIndex
  • Fix case where initial index is outside of min/max indices.

v0.3.10

19 Dec 20:51
Compare
Choose a tag to compare

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

v0.3.9

11 Dec 18:06
Compare
Choose a tag to compare
  • Correctly implement simultaneousWithExternalGesture so that pager does not remove simultaneous gesture AND all simultaneous gestures activate correctly.

v0.3.8

29 Nov 19:05
Compare
Choose a tag to compare
  • Fix unresponsive parent InfinitePager when nesting pagers

v0.3.4

22 Nov 00:23
Compare
Choose a tag to compare
  • 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

v0.2.0

14 Sep 13:48
Compare
Choose a tag to compare
  • 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

v0.1.1

01 Sep 20:31
Compare
Choose a tag to compare
  • Adds an optional renderPage prop for use cases where PageComponent are unwieldy.

v0.1.0

24 Jul 21:25
Compare
Choose a tag to compare
  • Use react-native-gesture-handler 2.0
  • Fix buggy initial render