Home
last modified time | relevance | path

Searched refs:createPlatformBaseMod (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/build/plugins/
H A DcreateBaseMod.js8 exports.createPlatformBaseMod = createPlatformBaseMod;
97 function createPlatformBaseMod({ function
122 const baseMod = createPlatformBaseMod({
H A DcreateBaseMod.d.ts23 export declare function createPlatformBaseMod<ModType, Props extends ForwardedBaseModOptions = Forw…
H A DcreateBaseMod.js.map1createPlatformBaseMod","provider","withGeneratedBaseMods","providers","entries","reduce","baseMod"…
/expo/packages/@expo/config-plugins/src/plugins/
H A DcreateBaseMod.ts129 export function createPlatformBaseMod< function
163 const baseMod = createPlatformBaseMod({ platform, modName, ...(value as any) });