(deps): add rn as peer dep
This commit is contained in:
parent
fe43f554f1
commit
f648266d61
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue