@react-native-community/cli-types
Advanced tools
Comparing version 14.0.0-alpha.2 to 14.0.0-alpha.3
@@ -10,2 +10,3 @@ export interface AndroidProjectConfig { | ||
unstable_reactLegacyComponentNames?: string[] | null; | ||
assets: string[]; | ||
} | ||
@@ -20,2 +21,3 @@ export type AndroidProjectParams = { | ||
unstable_reactLegacyComponentNames?: string[] | null; | ||
assets?: string[]; | ||
}; | ||
@@ -22,0 +24,0 @@ export type AndroidDependencyConfig = { |
@@ -63,2 +63,3 @@ import { IOSProjectConfig, IOSProjectParams, IOSDependencyConfig, IOSDependencyParams, IOSProjectInfo } from './ios'; | ||
}; | ||
assets: string[]; | ||
commands: Command[]; | ||
@@ -65,0 +66,0 @@ healthChecks: []; |
@@ -9,5 +9,7 @@ /** | ||
automaticPodsInstallation?: boolean; | ||
assets?: string[]; | ||
} | ||
export type IOSProjectInfo = { | ||
name: string; | ||
path: string; | ||
isWorkspace: boolean; | ||
@@ -20,2 +22,3 @@ }; | ||
automaticPodsInstallation?: boolean; | ||
assets: string[]; | ||
} | ||
@@ -22,0 +25,0 @@ export interface IOSDependencyConfig { |
{ | ||
"name": "@react-native-community/cli-types", | ||
"version": "14.0.0-alpha.2", | ||
"version": "14.0.0-alpha.3", | ||
"main": "build", | ||
@@ -23,3 +23,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "61b6be6b86152fa9b6036968a15d7189de04ace8" | ||
"gitHead": "be880b86cdb3f4ea104cf232b95d11f84613321b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
23987
245