From 76b87e28241fea9a6f35befcf8559b772879ad95 Mon Sep 17 00:00:00 2001 From: Zach Bowman Date: Tue, 3 Oct 2017 10:28:22 -0400 Subject: [PATCH] Make react native a peer dependency --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dd90f66..6d8c0bb 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "author": "DaniAkash (https://github.com/DaniAkash)", "repository": "DaniAkash/react-native-responsive-dimensions", "license": "MIT", - "dependencies": { + "peerDependencies": { "react-native": "x" } }