- Got further along with image capture. Only captures the first(?) frame of the output from when the camera starts, not the frame at the time the picture is taken... Let me know if you know how to fix this @lwansbrough on twitter.
15 lines
381 B
JSON
15 lines
381 B
JSON
{
|
|
"name": "react-native-camera",
|
|
"repository": {
|
|
"type" : "git",
|
|
"url" : "http://github.com/lwansbrough/react-native-camera.git"
|
|
},
|
|
"version": "0.0.4",
|
|
"description": "A Camera element for React Native",
|
|
"main": "Camera.ios.js",
|
|
"author": "Lochlan Wansbrough <lochie@live.com> (http://lwansbrough.com)",
|
|
"dependencies": {
|
|
"react-native": "^0.3.1"
|
|
}
|
|
}
|