@reuvenorg/react-native-boilerplate-ultimate
Version:
A powerful CLI tool for creating React Native projects with modular architecture. Generate, manage, and scaffold React Native applications with pre-built modules and best practices.
11 lines • 331 B
TypeScript
export interface TemplateContext {
projectName: string;
bundleId: string;
packageName: string;
companyName: string;
packagePath: string;
}
export declare function createTemplateContext(projectName: string, options?: {
companyName?: string;
}): TemplateContext;
//# sourceMappingURL=template-context.d.ts.map