(deps): add rn as peer dep

This commit is contained in:
rt2zz 2017-01-22 19:41:44 -08:00
parent fe43f554f1
commit f648266d61
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@
"version": "0.5.0",
"description": "A Camera component for React Native. Also reads barcodes.",
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.40"
},
"nativePackage": true,
"license": "MIT",
"homepage": "https://github.com/lwansbrough/react-native-camera",