mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
d1a82c4af1
Summary: RCTImageDownloader was ignoring server response codes. When receiving a response other than 200 it would treat this as success, meaning the image would never load, nor report failure. This diff fixes that by treating responses with non-200 status as an error so that error handler is called.