Store image to the user's Camera Roll album on iOS
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
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 Any updates on this? we need this functionality
@nihilenz @Manikandan-saminathan
Use package: react-native-camera-roll/camera-roll
https://github.com/react-native-cameraroll/react-native-cameraroll
@nihilenz @Manikandan-saminathan Use package:
react-native-camera-roll/camera-rollhttps://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
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