Skip to content

Make package name required for "link" #48

@grabbou

Description

@grabbou

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 existscommand: link

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions