From f16286cbe92a69ba06495c76fab1c1609033b217 Mon Sep 17 00:00:00 2001 From: Libin Lu Date: Thu, 5 Jan 2017 21:33:45 -0500 Subject: [PATCH] Update package.json --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 829a8de..7a333f4 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ "url": "https://github.com/evollu/react-native-fcm/issues" }, "description": "React Native bridge for firebase cloud messaging (FCM)", - "devDependencies": {}, + "peerDependencies": { + "react-native": ">=0.40.0" + }, "homepage": "https://github.com/evollu/react-native-fcm", "keywords": [ "React-Native", -- 2.26.2