UNPKG

458 BTypeScriptView Raw
1import { Config } from '@react-native-community/cli-types';
2export declare function getAndroidProject(config: Config): import("@react-native-community/cli-types").AndroidProjectConfig;
3/**
4 * Get the package name of the running React Native app
5 * @param config
6 */
7export declare function getPackageName(manifestPath: string): string;
8export declare function validatePackageName(packageName: string): boolean;
9//# sourceMappingURL=getAndroidProject.d.ts.map
\No newline at end of file