라이브러리 https://github.com/react-native-community/react-native-device-info react-native-community/react-native-device-info Device Information for React Native iOS and Android - react-native-community/react-native-device-info github.com 이를 이용하면 휴대폰에 관한 정보를 얻을 수 있다. 내가 자주 사용하는 함수들만 모아보았다. import DeviceInfo, { getApiLevel, getBrand, getVersion, getBuildNumber, getSystemVersion, getUniqueId, getModel,..