浏览代码

auto commit

app
jfinn 3 年前
父节点
当前提交
2170317e24
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
    0
      mdev/rn_cam.native.js

+ 2
- 0
mdev/rn_cam.native.js 查看文件

@@ -22,12 +22,14 @@ class ExampleApp extends PureComponent {
22 22
             buttonPositive: 'Ok',
23 23
             buttonNegative: 'Cancel',
24 24
           }}
25
+          /*
25 26
           androidRecordAudioPermissionOptions={{
26 27
             title: 'Permission to use audio recording',
27 28
             message: 'We need your permission to use your audio',
28 29
             buttonPositive: 'Ok',
29 30
             buttonNegative: 'Cancel',
30 31
           }}
32
+          */
31 33
           onGoogleVisionBarcodesDetected={({ barcodes }) => {
32 34
             console.log(barcodes);
33 35
           }}

正在加载...
取消
保存