Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Commit

Permalink
Move react-native-safe-area-context to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Sep 9, 2019
1 parent 0d046f2 commit 81b9503
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-safe-area-view",
"description": "Add padding to your views to account for notches, home indicators, status bar, and possibly other future things.",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"author": "Dave Pack (dpack3.0@gmail.com), Brent Vatne (brent@expo.io)",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -44,12 +44,12 @@
"bootstrap": "yarn example && yarn"
},
"dependencies": {
"hoist-non-react-statics": "^2.3.1",
"react-native-safe-area-context": "~0.3.0"
"hoist-non-react-statics": "^2.3.1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": "*",
"react-native-safe-area-context": "*"
},
"devDependencies": {
"@babel/core": "^7",
Expand Down

0 comments on commit 81b9503

Please sign in to comment.