Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/customize/
H A Dtemplates.ts10 export type DestinationResolutionProps = { alias
48 destination: (props: DestinationResolutionProps) => string;
100 props: DestinationResolutionProps
116 export async function selectTemplatesAsync(projectRoot: string, props: DestinationResolutionProps) {
H A Dgenerate.ts4 import { DestinationResolutionProps, selectTemplatesAsync, TEMPLATES } from './templates';
18 props: DestinationResolutionProps;
58 props: DestinationResolutionProps;
84 props: DestinationResolutionProps;
H A DcustomizeAsync.ts5 import { DestinationResolutionProps } from './templates';
25 const props: DestinationResolutionProps = {