-
Notifications
You must be signed in to change notification settings - Fork 932
Closed
Labels
backlogThis issue or pull request already existsThis issue or pull request already existscommand: link
Description
When you don't pass a package name to the "react-native link", it will try to look for all packages to link from your node_modules.
This is causing us a lot of issues, such as linking wrong packages or the ones that someone doesn't want to link (e.g. decided to use a different way of linking that is out of scope for this command).
We should simply stick to requiring package name.
Metadata
Metadata
Assignees
Labels
backlogThis issue or pull request already existsThis issue or pull request already existscommand: link