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.

3 lines 210 B
export declare function getProjectName(projectPath: string): string; export declare function renameReactNativeApp(projectPath: string, newName: string): Promise<void>; //# sourceMappingURL=project-name.d.ts.map