Although ImagePicker already includes an option to return an image's Exif information, it would be useful to extract Exif data from
any
image (via ImageManipulator).
For example, I am building my own custom multi-image picker and need to extract Exif data for these images, which is currently not possible (creating a custom image picker does not use Expo's single-image ImagePicker.launchImageLibraryAsync).
It would make sense to add this option to Expo.ImageManipulator, which should be trivial as the code is already written (just pull out of ImagePicker). Thanks!