From 44193d5addaaa859e09447257a27549ddf8ff7ce Mon Sep 17 00:00:00 2001 From: Rolf Bjaanes Date: Wed, 15 Sep 2021 17:22:31 +0200 Subject: [PATCH] fix(hasNotch): Add iPhone 13 lineup to list of devices with notch (#1307) --- src/internal/devicesWithNotch.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/internal/devicesWithNotch.ts b/src/internal/devicesWithNotch.ts index e0cf43814..4afed818b 100644 --- a/src/internal/devicesWithNotch.ts +++ b/src/internal/devicesWithNotch.ts @@ -1,6 +1,22 @@ import { NotchDevice } from './privateTypes'; const devicesWithNotch: NotchDevice[] = [ + { + brand: 'Apple', + model: 'iPhone 13 mini', + }, + { + brand: 'Apple', + model: 'iPhone 13', + }, + { + brand: 'Apple', + model: 'iPhone 13 Pro', + }, + { + brand: 'Apple', + model: 'iPhone 13 Pro Max', + }, { brand: 'Apple', model: 'iPhone 12 mini',