-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNFS.stat reports file not exists, but RNFS.exists reports file exists. #525
Comments
I meet this problem too,please help .how to fix it |
I'm having this problem too. Can someone help? |
I check the code,and then add this line
then I got this result |
Yes, also having this issue. However it cannot be reproduced on 2.9. |
Any fixes or update on this issue. |
Your URL in your path may contains chinese. I solved it by following code: I used react-native-document-picker. |
same on 2.10.14, any solution? |
Same issue here, I can't get the real path from a URI Error: File does not exist my URI es like: |
Are any updates on this? |
Same error of @encubos. Any solution or workaround to resolve real path from URI? |
Is this bug fixed? I have the same problem, thanks! |
|
The code that call RNFS.stat (version 2.9.11) works.
But after I upgrade RNFS to the latest version, and RNFS.stat always run into exception, says file does not exists.
My sample code:
The file do exists.
The text was updated successfully, but these errors were encountered: