Explorar el Código

auto commit

app
jfinn hace 3 años
padre
commit
b65fe913a3
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. 5
    2
      mdev/rn_cam.native.js

+ 5
- 2
mdev/rn_cam.native.js Ver fichero

@@ -5,8 +5,11 @@ import React, { Fragment, useState, useCallback, useRef,PureComponent } from 're
5 5
 // import { StyleSheet, View, SafeAreaView, Text, Image, Modal } from 'react-native';
6 6
 import { StyleSheet, View, SafeAreaView, Text, Image, Modal,TouchableOpacity } from 'react-native';
7 7
 
8
-import Btn from 'react-native-camera/example/src/Btn';
9
-import Desc from 'react-native-camera/example/src/Desc';
8
+// import Btn from 'react-native-camera/example/src/Btn';
9
+// import Desc from 'react-native-camera/example/src/Desc';
10
+
11
+import Btn from './Btn';
12
+import Desc from './Desc';
10 13
 
11 14
 
12 15
 

Loading…
Cancelar
Guardar