react-native-cameraroll: Error: The operation couldn’t be completed. (PHPhotosErrorDomain error -1.) iOS

Question

I am trying to store images which is getting from link to Gallery.

code: let image = 'https://i.picsum.photos/id/190/200/300.jpg' CameraRoll.saveToCameraRoll(image, 'photo').then(r => { Alert.alert('alert', 'saved successfully .', [{ text: 'okay'}]); }) .catch((err) => { console.log(err); Alert.alert('error', ' error '+ err, [{ text: 'okay'}]); })

Error:

Error: The operation couldn’t be completed. (PHPhotosErrorDomain error -1.)

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 14
  • Comments: 20

Commits related to this issue

Most upvoted comments

Same issue >> i resolve issue by version 1.4.0

Same issue. No one manage the issue?

🎉 This issue has been resolved in version 1.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀