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 |
Tags
- controller
- 프로젝트
- Spring
- 2025 프로그래머스 코드챌린지 2차 예선
- project
- map
- 파이어베이스
- React Native
- node.js
- 코테
- javascript
- 자바
- 자바스크립트
- java
- 리액트
- 프로그래머스
- firebase
- 오블완
- 스프링
- ReactNative
- 코딩
- 코딩테스트
- PCCE
- 태그
- 리액트네이티브
- 티스토리챌린지
- 백엔드
- React
- expo
- 리액트 네이티브
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