wonday / react-native-pdf

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

scrolling pages #867

Open Yeasirarafat53 opened 2 months ago

Yeasirarafat53 commented 2 months ago

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

RezaPN commented 2 months 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.