MCPcopy Index your code
hub / github.com/react-native-webview/react-native-webview / resolveAssetSource

Function resolveAssetSource

src/WebView.windows.tsx:41–41  ·  view source on GitHub ↗
(source: ImageSourcePropType)

Source from the content-addressed store, hash-verified

39 ],
40});
41const resolveAssetSource = (source: ImageSourcePropType) => Image.resolveAssetSource(source);
42
43const WebViewComponent = forwardRef<unknown, WindowsWebViewProps>(
44 (

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…