Commit 299e4593 authored by Neo's avatar Neo Committed by GitHub

add iPhone 7 & iPhone 7 Plus to deviceName

parent 00783a11
...@@ -81,6 +81,10 @@ RCT_EXPORT_MODULE() ...@@ -81,6 +81,10 @@ RCT_EXPORT_MODULE()
@"iPhone8,1" :@"iPhone 6s", // @"iPhone8,1" :@"iPhone 6s", //
@"iPhone8,2" :@"iPhone 6s Plus", // @"iPhone8,2" :@"iPhone 6s Plus", //
@"iPhone8,4" :@"iPhone SE", // @"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,1" :@"iPad Air", // 5th Generation iPad (iPad Air) - Wifi
@"iPad4,2" :@"iPad Air", // 5th Generation iPad (iPad Air) - Cellular @"iPad4,2" :@"iPad Air", // 5th Generation iPad (iPad Air) - Cellular
@"iPad4,3" :@"iPad Air", // 5th Generation iPad (iPad Air) @"iPad4,3" :@"iPad Air", // 5th Generation iPad (iPad Air)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment