wonday / react-native-pdf

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

Fix Show Blank PDF #672

Closed gadhiyamanan closed 2 years ago

gadhiyamanan commented 2 years ago

Why getting blank pdf while trying to load pdf which contains space or special characters ( file:///Users/Manan/Library/Developer/C9F05D30-8712-414E-ACBE-BBD37744D6A4/Library/Caches/9978C439-432B-4906-BB9E-4E074842C23A/Manan%20G.pdf)

the file path is getting from react-native-document-picker and we need to decode the file path. it's also mentioned in https://github.com/rnmods/react-native-document-picker#uri

Issues

https://github.com/wonday/react-native-pdf/issues/670 https://github.com/wonday/react-native-pdf/issues/646

gadhiyamanan commented 2 years ago

@wonday please check

wonday commented 2 years ago

Thank you.