Skip to content

Commit

Permalink
fix(hasNotch): Add iPhone 13 lineup to list of devices with notch (#1307
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rolfb committed Sep 15, 2021
1 parent 58b7ee1 commit 44193d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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',
Expand Down

0 comments on commit 44193d5

Please sign in to comment.