From 74f7a44d7192dbd09138c1d82b798a3c6ea68cfd Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 21 Jul 2025 17:33:59 +0300 Subject: Patch in upstream fix for video rotation on Android (#8635) * patch in upstream fix * build expo-image-picker from source so that patch takes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') 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" ] } } -- cgit 1.4.1