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

Commit 396c4bb

Browse files
mars-lanosdnk
authored andcommitted
Add missing peer dependency in README (#329)
1 parent 422af1c commit 396c4bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 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 @react-native-community/masked-view
14+
yarn add react-navigation-stack @react-native-community/masked-view react-native-safe-area-context
1515
```
1616

1717
or
1818

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

2323
## Usage

0 commit comments

Comments
 (0)