Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/build/plugins/
H A DcreateBaseMod.js94 function upperFirst(name) { function
102 const methodName = `with${upperFirst(props.platform)}${upperFirst(modName)}BaseMod`;
H A DcreateBaseMod.js.map1upperFirst","name","charAt","toUpperCase","slice","createPlatformBaseMod","provider","withGenerate…
/expo/packages/@expo/cli/src/start/platforms/android/
H A Dgradle.ts9 function upperFirst(name: string) { function
19 tasks = [cmd + upperFirst(variant)],
/expo/packages/@expo/config-plugins/src/plugins/
H A DcreateBaseMod.ts125 function upperFirst(name: string): string { function
134 const methodName = `with${upperFirst(props.platform)}${upperFirst(modName)}BaseMod`;