I have project where I am trying to get remote image dimensions with getSize() method, problem is that this method returns wrong dimensions for IOS and Android, After many searches I could not find proper solution, If anyone has had a similar case has there been a similar plugin for it? and what is proper way to get original dimensions for Android and IOS
Image.getSize(myUri, (width, height) => {this.setState({width, height})});