React-native-fs: How to save the pictures to the album on iOS?

Created on 20 Apr 2017  Â·  3Comments  Â·  Source: itinance/react-native-fs

I want save the pictures to the album on iOS.But i don't know what's the filepath of the photo album

enhancement

Most helpful comment

@itinance Thank you for your help。I solved this problem, on iOS I used CameraRoll.saveToCameraRoll save image to photo album。

All 3 comments

Currently this is out of scope of this library because there is no specific path to the photo album. On iOS you need a special function UIImageWriteToSavedPhotosAlbum to achieve this and i would rather expect this from a photo/camera-related library, especially as this function needs an instance of UIImage and not a source filepath.

@itinance Thank you for your help。I solved this problem, on iOS I used CameraRoll.saveToCameraRoll save image to photo album。

Thanks for your feedback!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

7korobi picture 7korobi  Â·  4Comments

nishanBende picture nishanBende  Â·  3Comments

AgNm picture AgNm  Â·  4Comments

AbdelkaderOumrani picture AbdelkaderOumrani  Â·  3Comments

duckmyanmar picture duckmyanmar  Â·  3Comments