Releases: computerjazz/react-native-infinite-pager
Releases · computerjazz/react-native-infinite-pager
v0.3.17
v0.3.14
- Add
gestureRefto support simlutaneous handlers - Add
syncNodeprop 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
simultaneousWithExternalGestureso 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
gesturesDisabledprop changed during active gesture
v0.2.0
v0.1.1
- Adds an optional
renderPageprop for use cases wherePageComponentare unwieldy.
v0.1.0
- Use react-native-gesture-handler 2.0
- Fix buggy initial render
