Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
2170317e24
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      mdev/rn_cam.native.js

+ 2
- 0
mdev/rn_cam.native.js View File

@@ -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…
Cancel
Save