Expo alternative to CameraRoll.saveToCameraRoll?

How can i save an image to camera roll in expo?

You can just use CameRoll.saveToCameraRoll. All the stuff that’s part of React Native core is included in Expo.

Docs here: https://facebook.github.io/react-native/docs/cameraroll.html

this demos it pretty well https://snack.expo.io/SJRvlSxvb

3 Likes

Do you know if and how can I save to cameraRoll but in another folder than CDIM?
Something like this plugin for non expo projects: https://github.com/francisco-sanchez-molina/react-native-store-photos-album

Thanks!

Hey @moshfeu,

As far as I’m aware there isn’t a solution to this that doesn’t require detaching, but if there is hopefully someone in the community can chime in!

Cheers,

Adam

:fire:Take a look at our new MediaLibrary API MediaLibrary - Expo Documentation

3 Likes

My apologies, @moshfeu. Thanks for the save, :bacon:!

1 Like

Thanks! So easy :slight_smile: Thanks for v27 :wink:

1 Like