n4kz / react-native-pages

Easy to use page view component
Other
376 stars 83 forks source link

Programmatically moving to next/prev #22

Closed hardcodet closed 6 years ago

hardcodet commented 6 years ago

Is there a way to programmatically trigger swiping? I'm using some other controls within the pager which swallow the swiping gesture (to do panning), so I'd want to navigate through the pager based on my own code. That would also cover scenarios such as slide shows...

hardcodet commented 6 years ago

duh, I overlooked scrollToPage. It would be nice to have a bindable property similar to startPage though in order to trigger animations based on state changes.