📅  最后修改于: 2022-03-11 14:55:21.334000             🧑  作者: Mango
const resizedPhoto = await ImageManipulator.manipulateAsync(
photo.uri,
[{ resize: { width: 300 } }], // resize to width of 300 and preserve aspect ratio
{ compress: 0.7, format: 'jpeg' },
);