Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit df60455

Browse files
committed
chore: update README
1 parent 3515d5c commit df60455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Stack navigator for use on iOS and Android.
1111
Open a Terminal in your project's folder and run,
1212

1313
```sh
14-
yarn add react-navigation-stack
14+
yarn add react-navigation-stack @react-native-community/masked-view
1515
```
1616

1717
or
1818

1919
```sh
20-
npm install react-navigation-stack
20+
npm install react-navigation-stack @react-native-community/masked-view
2121
```
2222

2323
## Usage
@@ -66,7 +66,7 @@ yarn lint --fix
6666

6767
## Docs
6868

69-
Documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/en/stack-navigator-2.0.html).
69+
Documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/en/stack-navigator.html).
7070

7171
<!-- badges -->
7272

0 commit comments

Comments
 (0)