react-native-web icon indicating copy to clipboard operation
react-native-web copied to clipboard

[ImageLoader] Simplify getSize implementation, call failure callback when decoding fails

Open lkinasiewicz opened this issue 10 months ago • 2 comments

Fixes #2749.

  1. Simplified getSize implementation, so that there is no possibility for infinite timers.
  2. Added handling of decoding failure.
  3. Added unit tests for getSize.

lkinasiewicz avatar Dec 30 '24 13:12 lkinasiewicz