Skip to content

Commit

Permalink
docs: add docs for unlink --platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee committed Jul 9, 2019
1 parent 8d088e9 commit c57f41e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,17 @@ Unlinks single package native dependencies and then uninstalls it from `package.
Usage:

```
react-native unlink <packageName>
react-native unlink <packageName> [options]
```

Unlink native dependency linked with the `link` command.

#### Options

#### `--platforms [list]`

Scope unlinking to specified platforms

### `upgrade`

Usage:
Expand Down

0 comments on commit c57f41e

Please sign in to comment.