-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Response headers to image - iOS #33880
Conversation
Hi @frags51! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Base commit: 68e4e91 |
Base commit: 68e4e91 |
Can someone help me with why the tests on Windows/npm-package build are failing? |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @frags51, thank you for the PR.
For what concerns the CI tests failing, could you rebase this PR against main
? That trunk is stable and your diff should not influence those tests.
I also left a few comment to improve readability and to make sure it will work internally in Meta as well.
75991f0
to
835674c
Compare
Some tests seem to be failing again :3 |
Hi @cipolleschi Could you please review this PR? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR, it looks good to me.
As for the test, could you rebase and see if it fixes? Becuase I see the CI green on main
! :D
(Sorry for the delay, I was on vacation last week!)
Hi @cipolleschi Thanks for the review! Kindle merge the PR. I have rebased to latest main branch |
@cipolleschi has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This pull request was successfully merged by Supreet Singh in 9eb2826. When will my fix make it into a release? | Upcoming Releases |
Summary
Please see this issue #33034 for details on the problem solved by this PR.
Changelog
[CATEGORY] [TYPE] - Message
[ios] [changed] - HTTP Response headers added to the error object passed to JS code.
Test Plan
Tested:
(All tests done on images in rn-tester app, which is a part of this repo)