react-native-get-pixel_edit/node_modules/@react-native-community/cli-platform-android/build/config/getAndroidProject.d.ts
2025-07-09 11:41:52 +09:00

13 lines
919 B
TypeScript

import { Config } from '@react-native-community/cli-types';
export declare function getAndroidProject(config: Config): import("@react-native-community/cli-types").AndroidProjectConfig;
/**
* Get the package name/namespace of the running React Native app
* @param manifestPath The path to the AndroidManifest.xml
* @param buildGradlePath The path to the build.gradle[.kts] file.
*/
export declare function getPackageName(manifestPath: string | null, buildGradlePath: string | null): string;
export declare function parsePackageNameFromAndroidManifestFile(androidManifest: string): string | null;
export declare function parseNamespaceFromBuildGradleFile(buildGradle: string): string | null;
export declare function validatePackageName(packageName: string): boolean;
export declare function parseApplicationIdFromBuildGradleFile(buildGradlePath: string): string | null;
//# sourceMappingURL=getAndroidProject.d.ts.map