From 5defd14c29f951b93bc767dce471d873ac5ea020 Mon Sep 17 00:00:00 2001 From: Stephan Seidt Date: Sat, 9 Jan 2016 12:50:25 +0100 Subject: [PATCH] Remove react-native peer dependency Usually causes more problems than it solves and others have been removing it, too: - https://github.com/oblador/react-native-vector-icons/issues/76 - https://github.com/Yomguithereal/baobab-react/issues/59 - https://github.com/rebeccahughes/react-native-device-info/issues/16 --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 4ce72ea..8248d65 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,5 @@ "bugs": { "url": "https://github.com/react-native-fellowship/react-native-blur/issues" }, - "homepage": "https://github.com/react-native-fellowship/react-native-blur", - "peerDependencies": { - "react-native": ">=0.11" - } + "homepage": "https://github.com/react-native-fellowship/react-native-blur" }