react-native-scalable-image icon indicating copy to clipboard operation
react-native-scalable-image copied to clipboard

Added broken image handling

Open akhromets opened this issue 4 years ago • 1 comments
trafficstars

  • Added broken image handling
  • Simplified return

akhromets avatar Apr 20 '21 14:04 akhromets

When the image is broken Image.resolveAssetSource returns 0 for both the height and the width properties. As a result, we have an Infinity as a ratio.

akhromets avatar Apr 20 '21 15:04 akhromets