wonday/react-native-pdf

scrolling pages

Yeasirarafat53 opened this issue · 1 comments

is it possible to stop horizontally and vertically scrolling page changes? because i need manually change page using button.

To prevent horizontal and vertical page scrolling, you can switch to single-page mode by adjusting the singlePage props. Then, use the setPage method from the ref props to manually change pages through a button.