소스 검색

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
           }}

Loading…
취소
저장