Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 휴대폰 기기
- 상속 관계 매핑
- 자료구조
- 백준 1992
- bfs dfs
- 비트마스킹
- 버튼 활성화
- 구현
- React Natvive
- web view
- ReactNative
- Navigation
- Project Bee
- 완전탐색
- 경우의 수
- 티스토리챌린지
- react
- React Native
- 오블완
- service 테스트
- 원복
- multipart upload
- FlatList
- springboot
- 해외 대외활동
- 이영직
- 노마드코더
- BFS
- 폴더구조
- 창의충전소
Archives
- Today
- Total
유미의 기록들
[React Native -8] VisionCamera 구현
이번에는 카메라를 구현해보도록하겠습니다 ✅ 비전카메라 라이브러리 설치 npm install react-native-vision-camera": "^2.14.1 ✅ android > app > src > main > AndroidManifest.xml 에 추가 적용하기 import { Camera } from 'react-native-vision-camera'; class VisionCameraView extends Component { constructor(props) { super(props); this.camera = React.createRef(); this.devices = []; this.state = { imageInputValue:[], imageURLs: [], device: null, m..
MDLAB 기록/차량부품거래애플리케이션
2022. 11. 3. 01:51