Michaelvilleneuve / react-native-document-scanner

Document scanner, features live border detection, perspective correction, image filters and more ! 📲📸
MIT License
843 stars 289 forks source link

Added saveOnDisk prop #26

Open guihendias opened 6 years ago

guihendias commented 6 years ago

Hey there,

I've just added an prop option for saving the captured pic to documents folder, as I needed to keep the images shown in my app for a while.

I'm not and Objective-c guy, so, just added the code that I found on stack overflow, haha.

If you have time, please, help refactoring my changes, if you found this useful.

Thanks for your great project! See you!

PaitoAnderson commented 6 years ago

I am looking for something like this too, for now I am just calling: CameraRoll.saveToCameraRoll(data.croppedImage);