UNPKG

861 BTypeScriptView Raw
1/**
2 * Copyright (c) Facebook, Inc. and its affiliates.
3 *
4 * This source code is licensed under the MIT license found in the
5 * LICENSE file in the root directory of this source tree.
6 *
7 */
8import { AndroidProjectParams, AndroidProjectConfig, AndroidDependencyParams, AndroidDependencyConfig } from '@react-native-community/cli-types';
9/**
10 * Gets android project config by analyzing given folder and taking some
11 * defaults specified by user into consideration
12 */
13export declare function projectConfig(root: string, userConfig?: AndroidProjectParams): AndroidProjectConfig | null;
14/**
15 * Same as projectConfigAndroid except it returns
16 * different config that applies to packages only
17 */
18export declare function dependencyConfig(root: string, userConfig?: AndroidDependencyParams | null): AndroidDependencyConfig | null;
19//# sourceMappingURL=index.d.ts.map
\No newline at end of file