Explorar el Código

auto commit

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

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

@@ -1,8 +1,9 @@
1 1
 // import React, { PureComponent } from 'react';
2
-import { AppRegistry, StyleSheet, Text, TouchableOpacity, View } from 'react-native';
2
+// import { AppRegistry, StyleSheet, Text, TouchableOpacity, View } from 'react-native';
3 3
 import { RNCamera } from 'react-native-camera';
4 4
 import React, { Fragment, useState, useCallback, useRef,PureComponent } from 'react';
5
-import { StyleSheet, View, SafeAreaView, Text, Image, Modal } from 'react-native';
5
+// import { StyleSheet, View, SafeAreaView, Text, Image, Modal } from 'react-native';
6
+import { StyleSheet, View, SafeAreaView, Text, Image, Modal,TouchableOpacity } from 'react-native';
6 7
 
7 8
 import Btn from 'react-native-camera/example/src/Btn';
8 9
 import Desc from 'react-native-camera/example/src/Desc';

Loading…
Cancelar
Guardar