Photos captured via camera are too large for efficient upload and download in React native. Also i am facing issues in displaying images in latest iPhone models like X, XS, XSMax and XR
I am using the npm package react-native-image-picker. Though it works well but i cannot resize the image which is the main concern for me!!
The result expected: I should be able to resize the image and upload it to server as well as view it in all mobile phones.
The actual result: I cannot resize the image and also cannot view the image on iPhone X and other latest iPhone models.