This commit is contained in:
Max Lynch
2015-11-24 14:25:43 -06:00
parent d27dd35dd6
commit b9bc5fd8e7
3 changed files with 25 additions and 28 deletions
+7 -1
View File
@@ -1 +1,7 @@
console.log(window.require);
console.log(window.Native);
Native.Camera.takePicture().then(function(resp) {
console.log('Got picture');
}, function(err) {
console.log('ERROR');
});