This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
dan
danabra.mov
did:plc:fpruhuo22xkm5o7ttr2ktxdo
correction — the bug is here: https://github.com/expo/expo/blob/74a8ef89a3771b9916b728ca255ec884c1f4b0a2/packages/expo-image-picker/android/src/main/java/expo/modules/imagepicker/exporters/RawImageExporter.kt#L17-L27
the check for EXIF orientation isn’t exhaustive and isn’t taking tags 5 (270 rotate + mirror) and 7 (90 rotate + mirror) into account.
i suspect landscape selfies are mirrored so they get both 90/270 rotation *and* a mirror flag.
2024-11-01T14:17:31.418Z