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
``` ``` 