From 81b9503664b0eb5bcee8c44d83bf2f10aec8bb83 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 9 Sep 2019 15:21:36 -0700 Subject: [PATCH] Move react-native-safe-area-context to peerDependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index bcab76d..174064c 100644 --- a/package.json +++ b/package.json @@ -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": [ @@ -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",