Commits
cristianoccazinsp authored and Sibelius Seraphini committed aa22fd1fffb
feat(exif): Implement writeExif for iOS, Android improvements (#2577) * - Improve Android code so skipProcessing is not needed, the code is more in line with iOS, and is "fast" by default. This means that skipProcessing is no longer needed (nor used), and adding additional options will "slow down" the capture as expected, rather than having always a lot of processing. This shouldn't be a breaking change. - document the writeExif option, and implement it for iOS as well. * Release CF object which could cause a memleak