UNPKG

react-native-device-info

Version:
15 lines (12 loc) 260 B
import { NotchDevice } from './privateTypes'; const devicesWithDynamicIsland: NotchDevice[] = [ { brand: 'Apple', model: 'iPhone 14 Pro', }, { brand: 'Apple', model: 'iPhone 14 Pro Max', }, ]; export default devicesWithDynamicIsland;