250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 프로그래머스
- 코딩
- javascript
- firebase
- expo
- map
- 오블완
- 코테
- controller
- 코딩테스트
- 자바
- 백엔드
- 스프링
- Spring
- 리액트네이티브
- 리액트 네이티브
- 태그
- 파이어베이스
- 티스토리챌린지
- 프로젝트
- java
- ReactNative
- project
- React Native
- 리액트
- React
- 2025 프로그래머스 코드챌린지 2차 예선
- node.js
- PCCE
- 자바스크립트
Archives
- Today
- Total
목록스캔 (1)
양갱의 개발 블로그

아래 expo 문서를 확인하면 barcode scanner가 있었다! 교수님께서 알려주셔서 진짜 몇줄로 코드가 실행되서 억울할 정도ㅜㅜ https://docs.expo.dev/versions/latest/sdk/bar-code-scanner/ BarCodeScanner Allows scanning variety of supported barcodes both as standalone module and as extension for expo-camera. docs.expo.dev 아무튼!! 코드는 import React, { useState, useEffect } from 'react'; import { Text, View, StyleSheet, Button } from 'react-native'; ..
프론트/React Native, React, Expo
2023. 6. 26. 22:22