From 0e2a07f8d7441fa42803c352e3e8a6ce8139c2d1 Mon Sep 17 00:00:00 2001 From: Lyubomir Marinov Date: Wed, 15 Feb 2017 13:06:53 -0600 Subject: [PATCH] Stick to react-native-background-timer 1.0.0 Recently expose-loader broke us when it updated from 0.7.1 to 0.7.2 and we decided to stick to exact versions. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f0ef7947..810da4e4f 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "react": "15.4.2", "react-dom": "15.4.2", "react-native": "0.41.2", - "react-native-background-timer": "^1.0.0", + "react-native-background-timer": "1.0.0", "react-native-immersive": "0.0.4", "react-native-keep-awake": "^2.0.2", "react-native-prompt": "^1.0.0",