From b6cac4fa9a29664fb7ff2e5af8352bf5a0a6559d Mon Sep 17 00:00:00 2001 From: Lochlan Wansbrough Date: Wed, 8 Apr 2015 22:13:34 -0700 Subject: [PATCH] Version locked react until a fix is found for crashing issue --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 24a3992..7d07275 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,12 @@ "type" : "git", "url" : "https://github.com/lwansbrough/react-native-camera.git" }, - "version": "0.0.7", + "version": "0.0.8", "description": "A Camera element for React Native", "main": "Camera.ios.js", "author": "Lochlan Wansbrough (http://lwansbrough.com)", "dependencies": { - "react-native": "^0.3.1" + "react-native": "0.3.1" }, "keywords": [ "react-native",