Skip to content

Commit 24c0dc3

Browse files
janczerfacebook-github-bot
authored andcommitted
Add to PixelRation documentation information about iPhone SE and iPho… (#20695)
Summary: Release Notes: -------------- [DOCS] [BUGFIX][PixelRatio.js] - Add information about iPhone SE and iPhone X Pull Request resolved: #20695 Differential Revision: D9408433 Pulled By: hramos fbshipit-source-id: 917390e30801ce353fd999b375c788bd38568a05
1 parent 8e95f72 commit 24c0dc3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Libraries/Utilities/PixelRatio.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,15 @@ class PixelRatio {
6868
* - iPhone 4, 4S
6969
* - iPhone 5, 5c, 5s
7070
* - iPhone 6
71+
* - iPhone 7
72+
* - iPhone 8
73+
* - iPhone SE
7174
* - xhdpi Android devices (320 dpi)
7275
* - PixelRatio.get() === 3
73-
* - iPhone 6 plus
76+
* - iPhone 6 Plus
77+
* - iPhone 7 Plus
78+
* - iPhone 8 Plus
79+
* - iPhone X
7480
* - xxhdpi Android devices (480 dpi)
7581
* - PixelRatio.get() === 3.5
7682
* - Nexus 6

0 commit comments

Comments
 (0)