UNPKG

@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.

7 lines 215 B
export interface ProjectInfo { name: string; displayName: string; iosScheme: string; } export declare function getProjectInfo(projectPath: string): ProjectInfo; //# sourceMappingURL=project-info.d.ts.map