소스 검색

auto commit

app
jfinn 3 년 전
부모
커밋
b65fe913a3
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5
    2
      mdev/rn_cam.native.js

+ 5
- 2
mdev/rn_cam.native.js 파일 보기

@@ -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…
취소
저장