wonday / react-native-pdf

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

Is possible render a pdf file which is saved in the variable as binary? #698

Open kuksundo opened 1 year ago

kuksundo commented 1 year ago

react-native version is 0.68.2

react-native-pdf version is 6.6.2

platform is android

How can i render a pdf file in the variable as binary?

I just can only find the uri or file link from this community.

Please give me some advice to see the solution.