react-native-web
react-native-web copied to clipboard
[ImageLoader] Simplify getSize implementation, call failure callback when decoding fails
Fixes #2749.
- Simplified
getSizeimplementation, so that there is no possibility for infinite timers. - Added handling of decoding failure.
- Added unit tests for
getSize.