diff --git a/package.json b/package.json index c79e6f8..09e1692 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,8 @@ "bugs": { "url": "https://github.com/Kureev/react-native-blur/issues" }, - "homepage": "https://github.com/Kureev/react-native-blur" + "homepage": "https://github.com/Kureev/react-native-blur", + "peerDependencies": { + "react-native": ">=0.11" + } }