UNPKG

react-native-device-info

Version:
63 lines (60 loc) 943 B
import { NotchDevice } from './privateTypes'; const devicesWithDynamicIsland: NotchDevice[] = [ { brand: 'Apple', model: 'iPhone 17', }, { brand: 'Apple', model: 'iPhone Air', }, { brand: 'Apple', model: 'iPhone 17 Pro', }, { brand: 'Apple', model: 'iPhone 17 Pro Max', }, { brand: 'Apple', model: 'iPhone 16', }, { brand: 'Apple', model: 'iPhone 16 Plus', }, { brand: 'Apple', model: 'iPhone 16 Pro', }, { brand: 'Apple', model: 'iPhone 16 Pro Max', }, { brand: 'Apple', model: 'iPhone 15', }, { brand: 'Apple', model: 'iPhone 15 Plus', }, { brand: 'Apple', model: 'iPhone 15 Pro', }, { brand: 'Apple', model: 'iPhone 15 Pro Max', }, { brand: 'Apple', model: 'iPhone 14 Pro', }, { brand: 'Apple', model: 'iPhone 14 Pro Max', }, ]; export default devicesWithDynamicIsland;