react-native-image-resizer
react-native-image-resizer copied to clipboard
I want to lower the quality of an image without changing the width/height ratio.
Can this be done that without passing the height and width of an image?
@RominHalltari I thought not, but you can easily use built in { Image } functionality:
Image.getSize(croppedImageUri, (width, height) => {
....
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed. Thank you for your contributions.