리액트 네이티브 PixelRatio

임효진·2023년 4월 27일
0
  • PixelRatio.get() === 1
  • - mdpi Android devices (160 dpi)
    • PixelRatio.get() === 1.5
  • - hdpi Android devices (240 dpi)
    • PixelRatio.get() === 2
  • - iPhone 4, 4S
  • - iPhone 5, 5c, 5s
  • - iPhone 6
  • - xhdpi Android devices (320 dpi)
    • PixelRatio.get() === 3
  • - iPhone 6 plus
  • - xxhdpi Android devices (480 dpi)
    • PixelRatio.get() === 3.5
  • - Nexus 6
profile
프론트 요정임

0개의 댓글