Home
last modified time | relevance | path

Searched refs:resolveSource (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-image/build/utils/
H A DresolveSources.js11 function resolveSource(source) { function
41 return sources.map(resolveSource).filter(Boolean);
43 return [resolveSource(sources)].filter(Boolean);
H A DresolveSources.js.map1resolveSource(source?: ImageSource | string | number | null): ImageSource | null {\n if (typeof s…
/expo/packages/expo-image/src/utils/
H A DresolveSources.tsx15 function resolveSource(source?: ImageSource | string | number | null): ImageSource | null {
45 return sources.map(resolveSource).filter(Boolean) as ImageSource[];
47 return [resolveSource(sources)].filter(Boolean) as ImageSource[];
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI48_0_0RNSharedElementNode.m91 …? [ABI48_0_0RNSharedElementNode resolveSource:_isParent ? _sourceView.subviews.firstObject : _sour…
118 + (ABI48_0_0RNSharedElementNodeResolvedSource*) resolveSource:(UIView*) view
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/SharedElement/
H A DABI47_0_0RNSharedElementNode.m91 …? [ABI47_0_0RNSharedElementNode resolveSource:_isParent ? _sourceView.subviews.firstObject : _sour…
118 + (ABI47_0_0RNSharedElementNodeResolvedSource*) resolveSource:(UIView*) view