Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 71c60b2

Browse files
committed
Specify react-native-safe-area-context dependency explicitly
It's not guaranteed as a peer dependency until `@react-navigation/core@4`, which is still in alpha
1 parent 805ebb7 commit 71c60b2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"type": "git"
1111
},
1212
"dependencies": {
13-
"invariant": "^2.2.2"
13+
"invariant": "^2.2.2",
14+
"react-native-safe-area-context": "^0.3.6"
1415
},
1516
"devDependencies": {
1617
"flow-bin": "^0.108.0",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ prop-types@^15.6.0:
105105
loose-envify "^1.3.1"
106106
object-assign "^4.1.1"
107107

108+
react-native-safe-area-context@^0.3.6:
109+
version "0.3.6"
110+
resolved "https://registry.yarnpkg.com/react-native-safe-area-context/-/react-native-safe-area-context-0.3.6.tgz#666bf581b59aa49a9685aea4e76dfd6e1c8a8a52"
111+
integrity sha512-5wlaJplOlWxBNnjmCtY/FAlsgRDuoKzmLQzbWUw4NDuOa3H2uq1kTdqTWOw78Nzm5FRqGWe1ZSLWU9+nSaN+vA==
112+
108113
react@^16.4.0:
109114
version "16.4.0"
110115
resolved "https://registry.yarnpkg.com/react/-/react-16.4.0.tgz#402c2db83335336fba1962c08b98c6272617d585"

0 commit comments

Comments
 (0)