CRIZEL
Home
Study
Food
로그인
홈
식단표
공부
전체메뉴
처리중...
프로그래밍
리액트 네이티브
고유 아이디 가져오기
고성훈 · 2025-08-29
1. 패키지 설치
npm install --save react-native-device-info
2. ID 가져오기
import DeviceInfo from 'react-native-device-info';
// 고유 ID 가져오기
const uniqueId = DeviceInfo.getUniqueId();
console.log('Device Unique ID:', uniqueId);
수정
삭제
목록