@react-native-community/cli-types
Advanced tools
Comparing version 4.3.0 to 4.4.0
@@ -12,14 +12,6 @@ export interface AndroidProjectConfig { | ||
packageName: string; | ||
packageFolder: string; | ||
appName: string; | ||
} | ||
export interface AndroidProjectParams { | ||
sourceDir?: string; | ||
manifestPath?: string; | ||
packageName?: string; | ||
packageFolder?: string; | ||
mainFilePath?: string; | ||
stringsPath?: string; | ||
settingsGradlePath?: string; | ||
assetsPath?: string; | ||
buildGradlePath?: string; | ||
} | ||
export declare type AndroidProjectParams = Partial<AndroidProjectConfig>; | ||
export interface AndroidDependencyConfig { | ||
@@ -30,10 +22,6 @@ sourceDir: string; | ||
packageInstance: string; | ||
manifestPath: string; | ||
packageName: string; | ||
} | ||
export interface AndroidDependencyParams { | ||
packageName?: string; | ||
sourceDir?: string; | ||
manifestPath?: string; | ||
packageImportPath?: string; | ||
packageInstance?: string; | ||
} | ||
export declare type AndroidDependencyParams = Partial<AndroidDependencyConfig>; | ||
//# sourceMappingURL=android.d.ts.map |
@@ -70,3 +70,2 @@ import { IOSProjectConfig, IOSProjectParams, IOSDependencyConfig, IOSDependencyParams } from './ios'; | ||
* @property commands - An array of commands that are present in 3rd party packages | ||
* @property haste - Haste configuration resolved based on available plugins | ||
*/ | ||
@@ -87,12 +86,8 @@ export declare type Config = { | ||
commands: Command[]; | ||
haste: { | ||
platforms: Array<string>; | ||
providesModuleNodeModules: Array<string>; | ||
}; | ||
}; | ||
/** | ||
* Shares some structure with Config, except that haste and root | ||
* are calculated and can't be defined | ||
* Shares some structure with Config, except that root is calculated and can't | ||
* be defined | ||
*/ | ||
export declare type UserConfig = Omit<Config, 'root' | 'haste'> & { | ||
export declare type UserConfig = Omit<Config, 'root'> & { | ||
reactNativePath: string | void; | ||
@@ -109,6 +104,2 @@ project: { | ||
platforms: Config['platforms']; | ||
haste?: { | ||
platforms: string[]; | ||
providesModuleNodeModules: string[]; | ||
}; | ||
}; | ||
@@ -115,0 +106,0 @@ export { IOSProjectConfig, IOSProjectParams, IOSDependencyConfig, IOSDependencyParams, }; |
{ | ||
"name": "@react-native-community/cli-types", | ||
"version": "4.3.0", | ||
"version": "4.4.0", | ||
"main": "build", | ||
@@ -14,3 +14,3 @@ "publishConfig": { | ||
"license": "MIT", | ||
"gitHead": "6cded84050c83db01418e62d06ae4e1fb6b72311" | ||
"gitHead": "4824113076035e78883b8f0fb74aa2d40d873085" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8815
212