Closed thomaschaaf closed 3 years ago
The width, height and file size of the image would be a great addition to have.
You should be able to use react-native-fs and use stat. Or you can use Image.getSize() with the filepath to return width and height.
The width, height and file size of the image would be a great addition to have.