- Video capture is now supported (@machard) - Torch mode is now supported (@andreaskeller) - Device no longer becomes hot when camera module is included - Location data is now supported (@jtremback) - Dummy image is captured while using the simulator (@jtremback) - Image orientation has been fixed (@jtremback) - Bar code type is now sent in the scan event Additionally, the following features have been deprecated or removed: - "memory" captureTarget is now deprecated and will be removed in a future release. The default is now "cameraRoll" - The deprecated method of setting camera settings has been removed Please report any problems you encounter.
25 lines
548 B
JSON
25 lines
548 B
JSON
{
|
|
"name": "react-native-camera",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "https://github.com/lwansbrough/react-native-camera.git"
|
|
},
|
|
"version": "0.3.0",
|
|
"description": "A Camera component for React Native. Also reads barcodes.",
|
|
"main": "Camera.ios.js",
|
|
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
|
|
"nativePackage": true,
|
|
"peerDependencies": {
|
|
"react-native": "*"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"react",
|
|
"native",
|
|
"camera",
|
|
"qr",
|
|
"code",
|
|
"barcode"
|
|
]
|
|
}
|