Releases: computerjazz/react-native-infinite-pager
Releases · computerjazz/react-native-infinite-pager
v0.3.17
v0.3.14
- Add
gestureRef
to support simlutaneous handlers - Add
syncNode
prop to control pager externally
v0.3.11
- Add support for
initialIndex
- Fix case where initial index is outside of min/max indices.
v0.3.10
Fixes issue where calling setPage
on a pager ref on mount would not work.
v0.3.9
- Correctly implement
simultaneousWithExternalGesture
so that pager does not remove simultaneous gesture AND all simultaneous gestures activate correctly.
v0.3.8
- Fix unresponsive parent InfinitePager when nesting pagers
v0.3.4
- 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
v0.1.1
- Adds an optional
renderPage
prop for use cases wherePageComponent
are unwieldy.
v0.1.0
- Use react-native-gesture-handler 2.0
- Fix buggy initial render