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 /package.json | |
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 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index cd7c48215..d397eb9fd 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "buildFromSource": [ "expo-notifications", "expo-haptics", - "expo-media-library" + "expo-media-library", + "expo-image-picker" ] } } |