wonday / react-native-pdf

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

Use react-native-pdf library component on Android instead of custom / native build #681

Open ahrampy opened 2 years ago

ahrampy commented 2 years ago

What react-native version are you using?: 0.68.2

What react-native-pdf version are you using?: 6.5.0

What platform does your issue occur on? (android/ios/both): android

Is there a way to use the <PdfView> version on android, instead of the <PdfCustom> version? After having made some additions to the component for ios, it would be great to use the same codebase for android.

davide-desio-eleva commented 2 years ago

What react-native version are you using?: 0.69.4

What react-native-pdf version are you using?: 6.6.2

I'm looking for the same solution, it seems that for android only <PdfCustom> using native components is available. It would be awesome to use <PdfView> with react native components for android too.