react-native-camera-kit
react-native-camera-kit copied to clipboard
saveToInternalStorage (also fix of external storage for Android 11) option (Android only) and onError callback
Thanks for this fix - had the same problem on a customer device.
@StLyn4 Why is this PR necessary? You may save files to a temporary path and then move then to whatever path you wish (using a different native lib). That should allow you to manage local/internal storage files
@scarlac, but his PR for saveToInternalStorage should be merged. As saveToCameraRoll does not work in android.