Skip to content

Commit 2dba6aa

Browse files
committed
chore: get rid of link without package name message
1 parent 84686c5 commit 2dba6aa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/cli/src/commands/link/linkAll.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ function linkAll(
2525
platforms: PlatformsT,
2626
project: ProjectConfigT,
2727
) {
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-
3428
const projectAssets = getAssets(context.root);
3529
const dependencies = getProjectDependencies(context.root);
3630
const depenendenciesConfig = dependencies.map(dependnecy =>

0 commit comments

Comments
 (0)