wonday / react-native-pdf

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

file not open #810

Open manoj-d-pyt opened 8 months ago

manoj-d-pyt commented 8 months ago

this is my code { navigation.navigate(SCREEN_PDF_VIEWER, { localFilePath: file://${localFilepath}, });

        here :  i got this error [Error: open failed: EACCES (Permission denied)]
        note: i have all permission to read the file

        Kindly help us