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
Network requests initiated by the React Native Image component (i.e., image source fetches) never appear in Network DevTools, even though the documentation states that this behavior is expected and supported (see https://reactnative.dev/docs/react-native-devtools -> Network Event Coverage). Issue is present on both Android and iOS.
Description
Network requests initiated by the React Native
Imagecomponent (i.e., image source fetches) never appear in Network DevTools, even though the documentation states that this behavior is expected and supported (see https://reactnative.dev/docs/react-native-devtools -> Network Event Coverage). Issue is present on both Android and iOS.Simple reproduction code:
Steps to reproduce
Imagecomponent with source set as external url (for example https://cataas.com/cat)React Native Version
0.84.0-rc.1 and earlier
Output of
npx @react-native-community/cli infoScreenshots and Videos
Screen.Recording.2026-01-15.at.17.12.20.mov