wonday / react-native-pdf

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

[Feature Request] Place components at a fixed position at the pdf #350

Open RodPin opened 5 years ago

RodPin commented 5 years ago

I'm using React Native 0.59.4 react-native-pdf 5.0.12

I Need a way to insert custom Components to the PDF, their position should be fixed according to pdf ,they would also need to get bigger or smaller with Zooming.

issue

Currently, i'm trying to do it but my component position is in function of my screen , not the Pdf.

tush13ar commented 3 years ago

@RodPin I am trying to achieve the same thing, did you find any success?

RodPin commented 3 years ago

@tush13ar Hey, i manage to do it, but there's more than one year. I dont know if there's a better way to do it now... I Used https://github.com/GuoChen-WHU/react-native-pinch-zoom-view and put the pdf inside that View from that lib. Like this: `

`

ranjitatwal30 commented 3 years ago

I'm trying to achieve same. @RodPin Did you manage to handle pdf zoom ?