RepairShopr/react-native-signature-capture

Android - getExternalStorageDirectory is deprecated in API level 29

idanlo opened this issue · 2 comments

getExternalStorageDirectory is deprecated - https://developer.android.com/reference/android/os/Environment#getExternalStorageDirectory().

Currently saving the signature file does not work because this folder is not accessible, this should be changed

I also have this issue, and I solved it by following this pull request
#236