Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add headers in fabric image component (#45415)
Summary: FIXES [45404](#45404) sending headers from Image component not working in new arch , implementation was missing ``` <Image source={{ uri: "http://localhost:3000/image", headers: { "test-header": 'test', "hello":"tested" } }} style={{ width: 300, height: 300, }} /> ``` ## Changelog: [IOS] [ADDED]- sending missing **headers** field with **Image** component in fabric Pull Request resolved: #45415 Test Plan: # Tested Attaching the below video to show how headers are getting received on server from Image component running in new arch https://github.com/user-attachments/assets/c816265d-0bb5-4670-bde0-cfec72d7618f Reviewed By: javache, cipolleschi Differential Revision: D59807462 Pulled By: blakef fbshipit-source-id: dffa4d80db58de6a81947ac876aa76ec7e62dd48
- Loading branch information