diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-07-21 17:33:59 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-21 09:33:59 -0500 |
commit | 74f7a44d7192dbd09138c1d82b798a3c6ea68cfd (patch) | |
tree | 0afb7dbdde230e9cd69a73c7e3ace73c4a60bc59 /patches/expo-image-picker+16.1.4.patch.md | |
parent | 760b184d28d2addc556c7ed738d57b6adfba1b56 (diff) | |
download | voidsky-74f7a44d7192dbd09138c1d82b798a3c6ea68cfd.tar.zst |
Patch in upstream fix for video rotation on Android (#8635)
* patch in upstream fix * build expo-image-picker from source so that patch takes
Diffstat (limited to 'patches/expo-image-picker+16.1.4.patch.md')
-rw-r--r-- | patches/expo-image-picker+16.1.4.patch.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/patches/expo-image-picker+16.1.4.patch.md b/patches/expo-image-picker+16.1.4.patch.md new file mode 100644 index 000000000..7855e8621 --- /dev/null +++ b/patches/expo-image-picker+16.1.4.patch.md @@ -0,0 +1,5 @@ +# Expo Image Picker patch + +Cherry-picked https://github.com/expo/expo/pull/37849 + +Remove when we update to a version that includes this commit. |