-
Notifications
You must be signed in to change notification settings - Fork 793
[iOS] cannot access media stats from cameraroll with RN 0.59.1 #337
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
Comments
I'm also having issues uploading to AWS s3 with the fetch after upgrading RN to 0.59.x. |
I don't have any experience in native side of development for iOS but I've tracked down that react-native changed the way uri is formatted in Pre 0.59 code: https://github.com/facebook/react-native/blob/0.58-stable/Libraries/CameraRoll/RCTCameraRollManager.m#L202 0.59+ code: https://github.com/facebook/react-native/blob/master/Libraries/CameraRoll/RCTCameraRollManager.m#L131 |
Yep, this seems to be correct. |
rn-fetch-blob is no longer maintained and won't receive any updates by the looks of it. You can get around it by doing something like this but I don't imagine its very robust
This isn't my fix but it seems to at least work for now |
Thank you for your reply, really appreciate it. |
@samparmenter Why rn-fetch-blob won't receive any update ? |
see #359 |
Has this worked for anyone? Trying to copy a file with For what is worth using react-native-fs with |
rn-fetch-blob v.0.10.15
react-native v.0.59.1
Since I upgraded react-native 0.59.1 I cannot get stats from iOs files:
Error: failed to stat path ph://9F983DBA-EC35-42B8-8773-B597CF782EDD/L0/001 because it does not exist or it is not a folder.
The text was updated successfully, but these errors were encountered: