Browse Source

auto commit

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

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

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

Loading…
Cancel
Save