weahforsage / react-native-animated-pagination-dots

MIT License
248 stars 34 forks source link

Programmatically scroll? #5

Closed RyanRTJJ closed 3 years ago

RyanRTJJ commented 3 years ago

Thanks for this amazing component! Would it be possible to programmatically scroll to the next page upon pressing a button for example?

weahforsage commented 3 years ago

https://github.com/weahforsage/react-native-animated-pagination-dots/blob/main/example/src/ButtonNavigation.tsx Check this example. Thank you.