RepairShopr / react-native-signature-capture

A simple modular component for react native (iOS) to capture a signature as an image
MIT License
962 stars 514 forks source link

Signature Image is saved in external storage in iOS #259

Open gkasireddy202 opened 3 years ago

gkasireddy202 commented 3 years ago

Hi Team,

In my project after capture the signature then signature file is saved in my external storage of my project. No need to save the signature file in external storage in iOS after save button is pressed. I have already use saveImageFileInExtStorage={false} still issue is not resolved.

Thank you.