You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: image cache did not take into account request cache policy (facebook#34556)
Summary:
Image Component cache = 'reload' prop not worked correct because inner Image cache did not take into account request cache (cache property convert in RCTConvert into request.cachePolicy).
Fixesfacebook#9195
## Changelog
<!-- Help reviewers and the release process by writing your own changelog entry. For an example, see:
https://reactnative.dev/contributing/changelogs-in-pull-requests
-->
[IOS] [Fixed] - Image Component will not update correctly when passing in new url
Pull Request resolved: facebook#34556
Test Plan: Reproduce code: https://snack.expo.dev/rundbom/image-should-update
Reviewed By: cipolleschi
Differential Revision: D39206324
Pulled By: jacdebug
fbshipit-source-id: 2293382279e92f3b2bfcd36b54af47d1813c5cdf
0 commit comments