Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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' },
);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #reisze #image #expo #react #native
ADD COMMENT
Topic
Name
1+9 =