Home
last modified time | relevance | path

Searched refs:staticSupportedSources (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-image/build/web/
H A DuseSourceSelection.js39 const staticSupportedSources = sources
42 if (staticSupportedSources.length === 0) {
46 const srcset = staticSupportedSources
49 const sizes = `${staticSupportedSources
51 .join(', ')}, ${staticSupportedSources[staticSupportedSources.length - 1]?.width}px`;
55 uri: staticSupportedSources[staticSupportedSources.length - 1]?.uri ?? '',
H A DuseSourceSelection.js.map1staticSupportedSources = sources\n .filter(\n (s) => s.uri && s.width != null && !isBlurha…
/expo/packages/expo-image/src/web/
H A DuseSourceSelection.ts63 const staticSupportedSources = sources constant
71 if (staticSupportedSources.length === 0) {
78 const srcset = staticSupportedSources
81 const sizes = `${staticSupportedSources
83 .join(', ')}, ${staticSupportedSources[staticSupportedSources.length - 1]?.width}px`;
87 uri: staticSupportedSources[staticSupportedSources.length - 1]?.uri ?? '',