benjreinhart / react-native-aws3

Pure JavaScript React Native library for uploading to AWS S3
MIT License
399 stars 151 forks source link

No suitable URL request handler found for assets-library: #19

Open mike623 opened 7 years ago

mike623 commented 7 years ago

cannot load assets-library: file img_1805 png

welbornio commented 7 years ago

@mike623 any updates on this? I'm having the same issue.

gravitywell-sawdays commented 7 years ago

@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.

Tzinov15 commented 7 years ago

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

mike623 commented 7 years ago

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

sunilyadav8 commented 7 years ago

Add

libRCTCameraRoll.a

under Link Binary With Libraries /node_modules/react-native/Libraries/CameraRoll/ refer to https://medium.com/@knowbody/react-native-image-upload-to-s3-bucket-5220941bfea2 for more detail Thanks

raazatul7 commented 1 year ago

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?

tonvlad88 commented 1 year ago

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?

+1 on this. Same scenario.

abdulsamadola commented 1 year ago

Sam

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?

Same here, any solution yet?