wonday / react-native-pdf

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

Apple Pencil / annotations? #314

Open ghost opened 5 years ago

ghost commented 5 years ago

Anybody successfully got PDF annotations working e.g. through apple pencil? Are there any other libraries that would work well? Potentially I was thinking of using react-native-sketch-canvas to layer on top of a PDF, but sounds a bit fiddly to save them etc.

vallezw commented 2 years ago

Any update on this?

engamrfarrag commented 1 year ago

if we can return the canvas object itself so we can do any thing but i don't know how to pass canvas from native code to react any idea