From 4711f33d61915aa8511f8cae7c6d15661b0b0268 Mon Sep 17 00:00:00 2001 From: fattahmuhyiddeen Date: Wed, 16 May 2018 11:13:49 +0800 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f4f215..b090e23 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "peerDependencies": { "react-native": ">=0.36.0", - "react-native-background-fetch": "2.0.x" + "react-native-background-fetch": ">= 2.0.x" } }