wonday / react-native-pdf

A <Pdf /> component for react-native
MIT License
1.59k stars 548 forks source link

scrolling pages #867

Open Yeasirarafat53 opened 4 weeks ago

Yeasirarafat53 commented 4 weeks ago

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

RezaPN commented 3 weeks ago

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.