From d6a59493912bc43b9a5628e4b2d01019647dea3c Mon Sep 17 00:00:00 2001 From: Ariel Alvarado Atahuichi Date: Fri, 12 Nov 2021 07:43:11 -0400 Subject: [PATCH] Allowing latest react native versions Allowed react native versions >= 0.60 (peer dependency) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d167d9e..88a18a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-pusher-push-notifications", - "version": "2.5.1", + "version": "2.5.2", "description": "Manage pusher channel subscriptions from within React Native JS", "main": "index.js", "scripts": { @@ -19,7 +19,7 @@ "author": "b8ne", "license": "MIT", "peerDependencies": { - "react-native": "^0.60.0" + "react-native": ">=0.60.0" }, "bugs": { "url": "https://github.com/b8ne/react-native-pusher-push-notifications/issues"