清除"expo-asset"
This commit is contained in:
parent
fcddeb46fc
commit
ede19de702
3
app.json
3
app.json
|
@ -77,8 +77,7 @@
|
|||
"useLegacyPackaging": true
|
||||
}
|
||||
}
|
||||
],
|
||||
"expo-asset"
|
||||
]
|
||||
],
|
||||
"extra": {
|
||||
"eas": {
|
||||
|
|
|
@ -68,7 +68,6 @@ export default function MediaPicker({
|
|||
});
|
||||
|
||||
if (!result.canceled) {
|
||||
// console.log("EXIF Orientation:", result.assets[0].exif.Orientation);
|
||||
setNewAssets(result.assets);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue