about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2025-07-21 17:33:59 +0300
committerGitHub <noreply@github.com>2025-07-21 09:33:59 -0500
commit74f7a44d7192dbd09138c1d82b798a3c6ea68cfd (patch)
tree0afb7dbdde230e9cd69a73c7e3ace73c4a60bc59 /package.json
parent760b184d28d2addc556c7ed738d57b6adfba1b56 (diff)
downloadvoidsky-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.json3
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"
         ]
       }
     }