Skip to content

Commit 377f5cf

Browse files
committed
Remove note about react-native link since the command is removed
1 parent 6d31135 commit 377f5cf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

versioned_docs/version-6.x/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ You might get warnings related to peer dependencies after installation. They are
6161

6262
:::
6363

64-
From React Native 0.60 and higher, [linking is automatic](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md). So you **don't need to run** `react-native link`.
65-
6664
If you're on a Mac and developing for iOS, you need to install the pods (via [Cocoapods](https://cocoapods.org/)) to complete the linking.
6765

6866
```bash

versioned_docs/version-7.x/getting-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ You might get warnings related to peer dependencies after installation. They are
6464

6565
:::
6666

67-
From React Native 0.60 and higher, [linking is automatic](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md). So you **don't need to run** `react-native link`.
68-
6967
If you're on a Mac and developing for iOS, you need to install the pods (via [Cocoapods](https://cocoapods.org/)) to complete the linking.
7068

7169
```bash

0 commit comments

Comments
 (0)