From e5030a505ed023eb42008f1762f2e1a755f58d8b Mon Sep 17 00:00:00 2001 From: Nick Hudkins Date: Mon, 11 May 2015 18:04:38 -0400 Subject: [PATCH] Update react-native requirement in example react-native-video wants ^0.4.0, so let's give it to it. --- Examples/VideoPlayer/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/VideoPlayer/package.json b/Examples/VideoPlayer/package.json index b948fbc6..f76b7cea 100644 --- a/Examples/VideoPlayer/package.json +++ b/Examples/VideoPlayer/package.json @@ -6,7 +6,7 @@ "start": "node_modules/react-native/packager/packager.sh" }, "dependencies": { - "react-native": "0.3.10", + "react-native": "^0.4.0", "react-native-video": "^0.3.5" } }