Home
last modified time | relevance | path

Searched defs:withDangerousMod (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/config-plugins/build/plugins/
H A DwithDangerousMod.d.ts10 export declare const withDangerousMod: ConfigPlugin<[ModPlatform, Mod<unknown>]>; constant
H A DwithDangerousMod.js22 const withDangerousMod = (config, [platform, action]) => { function
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithDangerousMod.ts12 export const withDangerousMod: ConfigPlugin<[ModPlatform, Mod<unknown>]> = ( constant
/expo/packages/@expo/config-plugins/build/
H A Dindex.js17 withDangerousMod: true, property