Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-device-info
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-device-info
Commits
4cc4713c
Commit
4cc4713c
authored
Mar 23, 2016
by
Rebecca Hughes
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #31 from stevemoser/patch-1
Update for iPhone SE and 9.7-inch iPad Pro
parents
d08bbf9e
b527a612
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
RNDeviceInfo.m
RNDeviceInfo/RNDeviceInfo.m
+5
-2
No files found.
RNDeviceInfo/RNDeviceInfo.m
View file @
4cc4713c
...
...
@@ -79,6 +79,7 @@ RCT_EXPORT_MODULE()
@"iPhone7,2"
:
@"iPhone 6"
,
//
@"iPhone8,1"
:
@"iPhone 6s"
,
//
@"iPhone8,2"
:
@"iPhone 6s Plus"
,
//
@"iPhone8,4"
:
@"iPhone SE"
,
//
@"iPad4,1"
:
@"iPad Air"
,
// 5th Generation iPad (iPad Air) - Wifi
@"iPad4,2"
:
@"iPad Air"
,
// 5th Generation iPad (iPad Air) - Cellular
@"iPad4,3"
:
@"iPad Air"
,
// 5th Generation iPad (iPad Air)
...
...
@@ -92,8 +93,10 @@ RCT_EXPORT_MODULE()
@"iPad5,2"
:
@"iPad Mini 4"
,
// (4th Generation iPad Mini)
@"iPad5,3"
:
@"iPad Air 2"
,
// 6th Generation iPad (iPad Air 2)
@"iPad5,4"
:
@"iPad Air 2"
,
// 6th Generation iPad (iPad Air 2)
@"iPad6,7"
:
@"iPad Pro"
,
// iPad Pro
@"iPad6,8"
:
@"iPad Pro"
,
// iPad Pro
@"iPad6,3"
:
@"iPad Pro 9.7-inch"
,
// iPad Pro 9.7-inch
@"iPad6,4"
:
@"iPad Pro 9.7-inch"
,
// iPad Pro 9.7-inch
@"iPad6,7"
:
@"iPad Pro 12.9-inch"
,
// iPad Pro 12.9-inch
@"iPad6,8"
:
@"iPad Pro 12.9-inch"
,
// iPad Pro 12.9-inch
@"AppleTV2,1"
:
@"Apple TV"
,
// Apple TV (2nd Generation)
@"AppleTV3,1"
:
@"Apple TV"
,
// Apple TV (3rd Generation)
@"AppleTV3,2"
:
@"Apple TV"
,
// Apple TV (3rd Generation - Rev A)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment