MCPcopy Create free account
hub / github.com/react-native-webview/react-native-webview / resolveAssetSource

Function resolveAssetSource

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

Source from the content-addressed store, hash-verified

14import styles from './WebView.styles';
15
16const resolveAssetSource = (source: ImageSourcePropType) => Image.resolveAssetSource(source);
17
18// oxlint-disable-next-line @typescript-eslint/no-unnecessary-type-constraint
19const useWarnIfChanges = <T extends unknown>(value: T, name: string) => {

Callers 1

WebView.macos.tsxFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…