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

Function resolveAssetSource

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

Source from the content-addressed store, hash-verified

16import styles from './WebView.styles';
17
18const resolveAssetSource = (source: ImageSourcePropType) => Image.resolveAssetSource(source);
19const processDecelerationRate = (
20 decelerationRate: DecelerationRateConstant | number | undefined,
21) => {

Callers 1

WebView.ios.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…