Skip to content

Commit

Permalink
Add to PixelRation documentation information about iPhone SE and iPho… (
Browse files Browse the repository at this point in the history
facebook#20695)

Summary:
Release Notes:
--------------

[DOCS] [BUGFIX][PixelRatio.js] - Add information about iPhone SE and iPhone X
Pull Request resolved: facebook#20695

Differential Revision: D9408433

Pulled By: hramos

fbshipit-source-id: 917390e30801ce353fd999b375c788bd38568a05
  • Loading branch information
janczer authored and facebook-github-bot committed Aug 20, 2018
1 parent c33c605 commit 36a8211
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Libraries/Utilities/PixelRatio.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,15 @@ class PixelRatio {
* - iPhone 4, 4S
* - iPhone 5, 5c, 5s
* - iPhone 6
* - iPhone 7
* - iPhone 8
* - iPhone SE
* - xhdpi Android devices (320 dpi)
* - PixelRatio.get() === 3
* - iPhone 6 plus
* - iPhone 6 Plus
* - iPhone 7 Plus
* - iPhone 8 Plus
* - iPhone X
* - xxhdpi Android devices (480 dpi)
* - PixelRatio.get() === 3.5
* - Nexus 6
Expand Down

0 comments on commit 36a8211

Please sign in to comment.