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

Function resolveAssetSource

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

Source from the content-addressed store, hash-verified

32import styles from './WebView.styles';
33
34const resolveAssetSource = (source: ImageSourcePropType) => Image.resolveAssetSource(source);
35
36const directEventEmitter = new EventEmitter();
37

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…