diff --git a/app.json b/app.json index 965e9e3..37180c6 100644 --- a/app.json +++ b/app.json @@ -77,8 +77,7 @@ "useLegacyPackaging": true } } - ], - "expo-asset" + ] ], "extra": { "eas": { diff --git a/components/MediaPicker/index.jsx b/components/MediaPicker/index.jsx index 5198664..1c6a328 100644 --- a/components/MediaPicker/index.jsx +++ b/components/MediaPicker/index.jsx @@ -68,7 +68,6 @@ export default function MediaPicker({ }); if (!result.canceled) { - // console.log("EXIF Orientation:", result.assets[0].exif.Orientation); setNewAssets(result.assets); } };