@react-native-community/cli-config-android
Advanced tools
Comparing version 15.1.2 to 16.0.0
@@ -68,7 +68,2 @@ "use strict"; | ||
const mainActivity = (0, _getMainActivity.default)(manifestPath || '') ?? ''; | ||
// @todo remove for RN 0.75 | ||
if (userConfig.unstable_reactLegacyComponentNames) { | ||
_cliTools().logger.warn('The "project.android.unstable_reactLegacyComponentNames" config option is not necessary anymore for React Native 0.74 and does nothing. Please remove it from the "react-native.config.js" file.'); | ||
} | ||
return { | ||
@@ -82,4 +77,2 @@ sourceDir, | ||
watchModeCommandParams: userConfig.watchModeCommandParams, | ||
// @todo remove for RN 0.75 | ||
unstable_reactLegacyComponentNames: undefined, | ||
assets: userConfig.assets ?? [] | ||
@@ -86,0 +79,0 @@ }; |
{ | ||
"name": "@react-native-community/cli-config-android", | ||
"version": "15.1.2", | ||
"version": "16.0.0", | ||
"license": "MIT", | ||
@@ -10,3 +10,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@react-native-community/cli-tools": "15.1.2", | ||
"@react-native-community/cli-tools": "16.0.0", | ||
"chalk": "^4.1.2", | ||
@@ -23,3 +23,3 @@ "fast-glob": "^3.3.2", | ||
"devDependencies": { | ||
"@react-native-community/cli-types": "15.1.2" | ||
"@react-native-community/cli-types": "16.0.0" | ||
}, | ||
@@ -32,3 +32,3 @@ "homepage": "https://github.com/react-native-community/cli/tree/main/packages/cli-config-android", | ||
}, | ||
"gitHead": "7207ef0ae3cd8e77f5e953fae89b84a1d479d6c3" | ||
"gitHead": "1d30fea289128e3fb663ec243014e469b0892d6b" | ||
} |
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
82780
1021
+ Added@react-native-community/cli-tools@16.0.0(transitive)
- Removed@react-native-community/cli-tools@15.1.2(transitive)