Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Response headers to image - iOS (#33880)
Summary: Please see this issue #33034 for details on the problem solved by this PR. ## Changelog <!-- Help reviewers and the release process by writing your own changelog entry. For an example, see: https://github.com/facebook/react-native/wiki/Changelog --> [CATEGORY] [TYPE] - Message [ios] [changed] - HTTP Response headers added to the error object passed to JS code. Pull Request resolved: #33880 Test Plan: Tested: (All tests done on images in rn-tester app, which is a part of this repo) 1. onError method in case image has an HTTP Error 2. onError method in case of non http error (DNS error) 3. Successful image load Reviewed By: cortinico Differential Revision: D37066159 Pulled By: cipolleschi fbshipit-source-id: 546f7678fa0321fe6c6fbef55288715cb6ddc2fd
- Loading branch information