Answers for "reisze image expo react native"

0

reisze image expo react native

const resizedPhoto = await ImageManipulator.manipulateAsync(
 photo.uri,
 [{ resize: { width: 300 } }], // resize to width of 300 and preserve aspect ratio 
 { compress: 0.7, format: 'jpeg' },
);
Posted by: Guest on July-06-2021

Browse Popular Code Answers by Language