Home
last modified time | relevance | path

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

/expo/apps/native-component-list/src/components/FunctionDemo/
H A Dutils.ts6 export function isCurrentPlatformSupported(supportedPlatforms: string[] = []): boolean {
7 return supportedPlatforms.length === 0 || supportedPlatforms.includes(Platform.OS);
/expo/packages/@expo/cli/src/start/server/middleware/
H A DresolveEntryPoint.ts8 const supportedPlatforms = ['ios', 'android', 'web', 'none']; constant
28 if (platform && !supportedPlatforms.includes(platform)) {
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx85 <input type="hidden" name="supportedPlatforms" value={platforms.join(',')} />