728x90
반응형
1. Platform 정보
import {
Platform,
View,
} from 'react-native';
Platform.OS -> ios or android
Platform.Version -> version
2. DeviceInfo
- 설치
npm install --save react-native-device-info
or using yarn:
yarn add react-native-device-info
ex)
- DeviceInfo.getBrand() -> 브랜드 정보
- DeviceInfo.isTablet() -> 태블릿인지 아닌지
더 많은 정보는 해당 사이트에 표로 정리가 되어있다.
https://github.com/react-native-device-info/react-native-device-info
728x90
반응형
'React-Native' 카테고리의 다른 글
[j React-native] TS~~ error 발생시 해결 (0) | 2022.12.15 |
---|---|
[j React-Native] Animated: `useNativeDriver` was not specified issue of ReactNativeBase Input 이슈 해결 (0) | 2022.12.14 |
[j React-Native] Slider (react-native-slider) (0) | 2022.12.14 |
[j React-Native] Multiple commands produce Error 해결하기 (0) | 2022.12.05 |
[j React Native] Drawer Navigator (0) | 2022.12.02 |