react-native-aws3
react-native-aws3 copied to clipboard
No suitable URL request handler found for assets-library:
cannot load assets-library: file

@mike623 any updates on this? I'm having the same issue.
@welbornio, @mike623 I had the same issue and it seems to be an issue with not having the camera roll library added. If you add it to your xcode project it should work.
Has anyone had success with linking the camera roll library and getting it to work? I am still getting this error even after linking libRCTCamera.a in XCode
Well. I changed to https://github.com/mybigday/react-native-s3/blob/master/README.md becoz I need native thread to handle the upload process
Add
libRCTCameraRoll.a
under Link Binary With Libraries <your_project>/node_modules/react-native/Libraries/CameraRoll/ refer to https://medium.com/@knowbody/react-native-image-upload-to-s3-bucket-5220941bfea2 for more detail Thanks
Hi
I am using expo and facing the same issue.
I tried using mime library to get the type
but still getting null for ph:// uri
Any update on this?
Hi I am using expo and facing the same issue. I tried using
mimelibrary to get thetypebut still gettingnullforph:// uriAny update on this?
+1 on this. Same scenario.