wonday / react-native-pdf

A <Pdf /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file not open

manoj-d-pyt opened this issue · comments

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