Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DGenerateBareApp.ts41 await modifyAppJson({ projectDir, appName });
341 async function modifyAppJson({ projectDir, appName }: { projectDir: string; appName: string }) { function