From 6153d3d8ab44da2b89c39b7e9a70fe6d55174da0 Mon Sep 17 00:00:00 2001 From: liuqiang1357 Date: Fri, 5 May 2017 16:19:21 +0800 Subject: [PATCH] remove peerDependencies in package.json In react-native 0.44, this will cause "UNMET PEER DEPENDENCY" warning. --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index 88b0041..d15214d 100644 --- a/package.json +++ b/package.json @@ -7,10 +7,6 @@ "version": "0.8.0", "description": "A Camera component for React Native. Also reads barcodes.", "author": "Lochlan Wansbrough (http://lwansbrough.com)", - "peerDependencies": { - "react": ">=15.4.0", - "react-native": ">=0.40" - }, "nativePackage": true, "license": "MIT", "homepage": "https://github.com/lwansbrough/react-native-camera",