Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
1edbec97cb
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      mdev/wv0.native.js

+ 2
- 1
mdev/wv0.native.js View File

@@ -22,7 +22,8 @@ import {
22 22
 import * as rn from 'react-native';
23 23
 import * as rn_cam from './rn_cam';
24 24
 import * as rn_vshot from './rn_vshot';
25
-import * as ModalExample from './rn_capscreen';
25
+// import * as ModalExample from './rn_capscreen';
26
+import ModalExample from './rn_capscreen';
26 27
 // rn_vshot.ExampleCaptureOnMountManually
27 28
 
28 29
 var Text2 = rn.Text

Loading…
Cancel
Save