Home
last modified time | relevance | path

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

/expo/packages/expo-test-runner/build/
H A DTemplateFile.d.ts29 iosFile(shouldBeEvaluated?: boolean): TemplateFile;
H A DTemplateFile.js86 iosFile(shouldBeEvaluated = false) { method in TemplateFilesFactory
H A DTemplateProject.js126 'ios/devcliente2e/main.m': tff.iosFile(),
H A DTemplateFile.js.map1 …plateFile(this.template, Platform.Android, shouldBeEvaluated);\n }\n\n iosFile(shouldBeEvaluated…
H A DTemplateProject.js.map1 …n 'index.js': tff.file(true),\n 'ios/devcliente2e/main.m': tff.iosFile(),\n [this.c…
/expo/packages/expo-test-runner/src/
H A DTemplateFile.ts77 iosFile(shouldBeEvaluated: boolean = false): TemplateFile { method in TemplateFilesFactory
H A DTemplateProject.ts146 'ios/devcliente2e/main.m': tff.iosFile(),