Moon

Results 3 issues of Moon

How get the size of the cached image Like this ``` Image.getSize(this.state.source.uri, (width: any, height: any) => { this.setState({ width: windowWidth, height: height * (windowWidth / width) }); }, ()...

Would be very grateful

``` ``` ![image](https://user-images.githubusercontent.com/955472/42445728-956cbf16-83a6-11e8-9032-e0429cce7122.png)