wonday / react-native-pdf

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

Zooming with singlepage true #854

Closed Maxxxii closed 1 month ago

Maxxxii commented 1 month ago

Is there a chance to enable zooming when singlePage prop is set to true? I'm controlling pages using ref so singlePage is the best option for me but only if there was an option to enable zooming.

Maxxxii commented 1 month ago

I think I found where code should be changed to achive that, but it doesn't work sadly. Maybe it needs to be rebuild but I don't really know. I think it's change of code in 2 lines so not a big deal. Thanks in advance for any help