Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/install/utils/
H A DautoAddConfigPlugins.ts6 import { getAutoPlugins } from '@expo/prebuild-config';
12 const AUTO_PLUGINS = getAutoPlugins();
/expo/packages/@expo/prebuild-config/build/plugins/
H A DwithDefaultPlugins.d.ts21 export declare function getAutoPlugins(): string[]; function
H A DwithDefaultPlugins.js6 exports.getAutoPlugins = getAutoPlugins;
195 function getAutoPlugins() { function
H A DwithDefaultPlugins.js.map1getAutoPlugins","concat","legacyExpoPlugins","expoManagedVersionedPlugins","getLegacyExpoPlugins",…
/expo/packages/@expo/prebuild-config/src/plugins/
H A DwithDefaultPlugins.ts156 export function getAutoPlugins() { function