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
911cb370
Commit
911cb370
authored
Sep 29, 2016
by
Gant Laborde
Committed by
GitHub
Sep 29, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #100 from nihgwu/master
add iPhone 7 & iPhone 7 Plus to deviceName
parents
00783a11
299e4593
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
RNDeviceInfo.m
RNDeviceInfo/RNDeviceInfo.m
+4
-0
No files found.
RNDeviceInfo/RNDeviceInfo.m
View file @
911cb370
...
...
@@ -81,6 +81,10 @@ RCT_EXPORT_MODULE()
@"iPhone8,1"
:
@"iPhone 6s"
,
//
@"iPhone8,2"
:
@"iPhone 6s Plus"
,
//
@"iPhone8,4"
:
@"iPhone SE"
,
//
@"iPhone9,1"
:
@"iPhone 7"
,
// (model A1660 | CDMA)
@"iPhone9,3"
:
@"iPhone 7"
,
// (model A1778 | Global)
@"iPhone9,2"
:
@"iPhone 7 Plus"
,
// (model A1661 | CDMA)
@"iPhone9,4"
:
@"iPhone 7 Plus"
,
// (model A1784 | Global)
@"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)
...
...
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