Home
last modified time | relevance | path

Searched refs:supportsPlatform (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-modules-autolinking/build/
H A DExpoModuleConfig.d.ts11 supportsPlatform(platform: SupportedPlatform): boolean;
H A DExpoModuleConfig.js21 supportsPlatform(platform) { method in ExpoModuleConfig
H A DExpoModuleConfig.js.map1 …\n /**\n * Whether the module supports given platform.\n */\n supportsPlatform(platform: Sup…
/expo/packages/expo-modules-autolinking/src/
H A DExpoModuleConfig.ts19 supportsPlatform(platform: SupportedPlatform): boolean { method in ExpoModuleConfig
/expo/packages/expo-modules-autolinking/build/autolinking/
H A DfindModules.js53 !expoModuleConfig.supportsPlatform(options.platform)) {
H A DfindModules.js.map1 …r && options.exclude?.includes(name)) ||\n !expoModuleConfig.supportsPlatform(options.platf…
/expo/packages/expo-modules-autolinking/src/autolinking/
H A DfindModules.ts66 !expoModuleConfig.supportsPlatform(options.platform)