We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84686c5 commit 2dba6aaCopy full SHA for 2dba6aa
packages/cli/src/commands/link/linkAll.js
@@ -25,12 +25,6 @@ function linkAll(
25
platforms: PlatformsT,
26
project: ProjectConfigT,
27
) {
28
- logger.warn(
29
- 'Running `react-native link` without package name is deprecated and will be removed ' +
30
- 'in next release. If you use this command to link your project assets, ' +
31
- 'please let us know about your use case here: https://goo.gl/RKTeoc',
32
- );
33
-
34
const projectAssets = getAssets(context.root);
35
const dependencies = getProjectDependencies(context.root);
36
const depenendenciesConfig = dependencies.map(dependnecy =>
0 commit comments