react-native-blob-util icon indicating copy to clipboard operation
react-native-blob-util copied to clipboard

Store image to the user's Camera Roll album on iOS

Open nihilenz opened this issue 3 years ago • 5 comments

Hi, is there a way to add an image to the user’s Camera Roll (and in a specific album) on iOS?

On Android, we can use MediaStore APIs and everything works like a sharm. On iOS, is there any way to use the equivalent functionality of UIImageWriteToSavedPhotosAlbum?

Thanks

nihilenz avatar Jan 13 '23 11:01 nihilenz

Currently not. What you can do i basically sharing the folders of the app so that it is shown in the file manager on ios.

RonRadtke avatar Mar 03 '23 19:03 RonRadtke

@RonRadtke Any updates on this? we need this functionality

Manikandan-saminathan avatar Apr 28 '24 07:04 Manikandan-saminathan

@nihilenz @Manikandan-saminathan Use package: react-native-camera-roll/camera-roll https://github.com/react-native-cameraroll/react-native-cameraroll

giapmn-1380 avatar May 02 '24 07:05 giapmn-1380

@nihilenz @Manikandan-saminathan Use package: react-native-camera-roll/camera-roll https://github.com/react-native-cameraroll/react-native-cameraroll

Thanks, @giapmn-1380 for you response. My concern was for storing the images in photo gallery on iOS alone we are going for another library was concerning.Other than all things i am expecting was available on this lib

Manikandan-saminathan avatar May 02 '24 08:05 Manikandan-saminathan

Currently I don't have any plans to implement it. You are right that it would be a nice feature especially since we have something comparable for Android. I will keep it in mind for the future but can't give you any promise of when it will be available.

But if you are able and willing to I would be very happy about a PR implementing it

RonRadtke avatar May 04 '24 07:05 RonRadtke