Commits
cristianoccazinsp authored and Sibelius Seraphini committed fabacb4e932
feat(ios): Preserve exif/metadata on photo capture. (#2573) * Preserve exif/metadata on photo capture. Add a few comments to each step of the capture process * orientation must be fixed before mirroring * x/y dimensions are redundantly updated (storing the image sets them automatically). However, orientation must be reset on any image change since the final stored image is automatically rotated when it is modified in place. * revert mirrorImage order, has to be first since forceUpOrientation adjusts the image afterwards. * Minor change: also implement `onPictureTaken` for iOS in case anyone needs the early event.