mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
442dd26873
Summary: Bridgeless mode hasn't been able to load random images. I was able to repro this 100% with base64 images. Loading these images hits a particular flow in `RCTImageLoader` which relies on the bridge to access `RCTNetworking`. This diff uses the TM Lookup Delegate as a fallback. Changelog: [iOS][Internal] Fix error in RCTImageLoader in bridgeless mode Reviewed By: sammy-SC Differential Revision: D19331467 fbshipit-source-id: 8239ee258425da4ed8cb9f6dcdcd7f37c162eb19