I would like to be able to know the actual size of a network-loaded image that has been passed into I have tried using onLayout to
onLayout
Image component now provides a static method to get the size of the image. For example:
Image.getSize(myUri, (width, height) => {this.setState({width, height})});