Open ahrampy opened 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.
What
react-native
version are you using?: 0.68.2What
react-native-pdf
version are you using?: 6.5.0What 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.