Skip to content

Commit fad4323

Browse files
authored
Merge pull request #313 from reed-jones/patch-1
Add specificity to `react-native link`
2 parents 2c8c03a + 71ad972 commit fad4323

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ yarn add react-native-gesture-handler
3535
Link all native dependencies:
3636

3737
```bash
38-
react-native link
38+
react-native link react-native-gesture-handler
3939
```
4040

4141
No additional steps are required for iOS.

website/versioned_docs/version-3.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yarn add react-native-gesture-handler
3636
Link all native dependencies:
3737

3838
```bash
39-
react-native link
39+
react-native link react-native-gesture-handler
4040
```
4141

4242
No additional steps are required for iOS.

0 commit comments

Comments
 (0)