|
@@ -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
|
|