@react-native-community/cli-platform-android
Version:
This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app.
9 lines • 471 B
TypeScript
type GradleTask = {
task: string;
description: string;
};
export declare const parseTasksFromGradleFile: (taskType: 'install' | 'build', text: string) => Array<GradleTask>;
export declare const getGradleTasks: (taskType: 'install' | 'build', sourceDir: string) => GradleTask[];
export declare const promptForTaskSelection: (taskType: 'install' | 'build', sourceDir: string) => Promise<string | undefined>;
export {};
//# sourceMappingURL=listAndroidTasks.d.ts.map