UNPKG

4.6 kBPlain TextView Raw
1import { NotchDevice } from './privateTypes';
2
3const devicesWithNotch: NotchDevice[] = [
4 {
5 brand: 'Apple',
6 model: 'iPhone 13 mini',
7 },
8 {
9 brand: 'Apple',
10 model: 'iPhone 13',
11 },
12 {
13 brand: 'Apple',
14 model: 'iPhone 13 Pro',
15 },
16 {
17 brand: 'Apple',
18 model: 'iPhone 13 Pro Max',
19 },
20 {
21 brand: 'Apple',
22 model: 'iPhone 12 mini',
23 },
24 {
25 brand: 'Apple',
26 model: 'iPhone 12',
27 },
28 {
29 brand: 'Apple',
30 model: 'iPhone 12 Pro',
31 },
32 {
33 brand: 'Apple',
34 model: 'iPhone 12 Pro Max',
35 },
36 {
37 brand: 'Apple',
38 model: 'iPhone 11',
39 },
40 {
41 brand: 'Apple',
42 model: 'iPhone 11 Pro',
43 },
44 {
45 brand: 'Apple',
46 model: 'iPhone 11 Pro Max',
47 },
48 {
49 brand: 'Apple',
50 model: 'iPhone X',
51 },
52 {
53 brand: 'Apple',
54 model: 'iPhone XS',
55 },
56 {
57 brand: 'Apple',
58 model: 'iPhone XS Max',
59 },
60 {
61 brand: 'Apple',
62 model: 'iPhone XR',
63 },
64 {
65 brand: 'Asus',
66 model: 'ZenFone 5',
67 },
68 {
69 brand: 'Asus',
70 model: 'ZenFone 5z',
71 },
72 {
73 brand: 'google',
74 model: 'Pixel 3 XL',
75 },
76 {
77 brand: 'google',
78 model: 'Pixel 4a',
79 },
80 {
81 brand: 'Huawei',
82 model: 'P20',
83 },
84 {
85 brand: 'Huawei',
86 model: 'P20 Plus',
87 },
88 {
89 brand: 'Huawei',
90 model: 'P20 Lite',
91 },
92 {
93 brand: 'Huawei',
94 model: 'ANE-LX1',
95 },
96 {
97 brand: 'Huawei',
98 model: 'INE-LX1',
99 },
100 {
101 brand: 'Huawei',
102 model: 'POT-LX1',
103 },
104 {
105 brand: 'Huawei',
106 model: 'Honor Play',
107 },
108 {
109 brand: 'Huawei',
110 model: 'Honor 10',
111 },
112 {
113 brand: 'Huawei',
114 model: 'Mate 20 Lite',
115 },
116 {
117 brand: 'Huawei',
118 model: 'Mate 20 Pro',
119 },
120 {
121 brand: 'Huawei',
122 model: 'ELE-L29', // P30
123 },
124 {
125 brand: 'Huawei',
126 model: 'P30 Lite',
127 },
128 {
129 brand: 'Huawei',
130 model: 'P30 Pro',
131 },
132 {
133 brand: 'Huawei',
134 model: 'JNY-LX1', // P40 Lite
135 },
136 {
137 brand: 'Huawei',
138 model: 'Nova 3',
139 },
140 {
141 brand: 'Huawei',
142 model: 'Nova 3i',
143 },
144 {
145 brand: 'Leagoo',
146 model: 'S9',
147 },
148 {
149 brand: 'LG',
150 model: 'G7',
151 },
152 {
153 brand: 'LG',
154 model: 'G7 ThinQ',
155 },
156 {
157 brand: 'LG',
158 model: 'G7+ ThinQ',
159 },
160 {
161 brand: 'LG',
162 model: 'LM-Q910', //G7 One
163 },
164 {
165 brand: 'LG',
166 model: 'LM-G710', //G7 ThinQ
167 },
168 {
169 brand: 'LG',
170 model: 'LM-V405', //V40 ThinQ
171 },
172 {
173 brand: 'Motorola',
174 model: 'Moto g7 Play',
175 },
176 {
177 brand: 'Motorola',
178 model: 'Moto g7 Power',
179 },
180 {
181 brand: 'Motorola',
182 model: 'One',
183 },
184 {
185 brand: 'Motorola',
186 model: 'Motorola One Vision',
187 },
188 {
189 brand: 'Nokia',
190 model: '5.1 Plus',
191 },
192 {
193 brand: 'Nokia',
194 model: 'Nokia 6.1 Plus',
195 },
196 {
197 brand: 'Nokia',
198 model: '7.1',
199 },
200 {
201 brand: 'Nokia',
202 model: '8.1',
203 },
204 {
205 brand: 'OnePlus',
206 model: '6',
207 },
208 {
209 brand: 'OnePlus',
210 model: 'A6003',
211 },
212 {
213 brand: 'ONEPLUS',
214 model: 'A6000',
215 },
216 {
217 brand: 'OnePlus',
218 model: 'OnePlus A6003',
219 },
220 {
221 brand: 'OnePlus',
222 model: 'ONEPLUS A6010',
223 },
224 {
225 brand: 'OnePlus',
226 model: 'ONEPLUS A6013',
227 },
228 {
229 brand: 'OnePlus',
230 model: 'ONEPLUS A6000',
231 },
232 {
233 brand: 'Oppo',
234 model: 'R15',
235 },
236 {
237 brand: 'Oppo',
238 model: 'R15 Pro',
239 },
240 {
241 brand: 'Oppo',
242 model: 'F7',
243 },
244 {
245 brand: 'Oukitel',
246 model: 'U18',
247 },
248 {
249 brand: 'Redmi',
250 model: 'M2004J19C',
251 },
252 {
253 brand: 'Sharp',
254 model: 'Aquos S3',
255 },
256 {
257 brand: 'Vivo',
258 model: 'V9',
259 },
260 {
261 brand: 'Vivo',
262 model: 'X21',
263 },
264 {
265 brand: 'Vivo',
266 model: 'X21 UD',
267 },
268 {
269 brand: 'xiaomi',
270 model: 'MI 8',
271 },
272 {
273 brand: 'xiaomi',
274 model: 'MI 8 Explorer Edition',
275 },
276 {
277 brand: 'xiaomi',
278 model: 'MI 8 SE',
279 },
280 {
281 brand: 'xiaomi',
282 model: 'MI 8 UD',
283 },
284 {
285 brand: 'xiaomi',
286 model: 'MI 8 Lite',
287 },
288 {
289 brand: 'xiaomi',
290 model: 'Mi 9',
291 },
292 {
293 brand: 'xiaomi',
294 model: 'POCO F1',
295 },
296 {
297 brand: 'xiaomi',
298 model: 'POCOPHONE F1',
299 },
300 {
301 brand: 'xiaomi',
302 model: 'Redmi 6 Pro',
303 },
304 {
305 brand: 'xiaomi',
306 model: 'Redmi Note 7',
307 },
308 {
309 brand: 'xiaomi',
310 model: 'Redmi 7',
311 },
312 {
313 brand: 'xiaomi',
314 model: 'Redmi Note 8',
315 },
316 {
317 brand: 'xiaomi',
318 model: 'Redmi Note 8 Pro',
319 },
320 {
321 brand: 'xiaomi',
322 model: 'Mi A2 Lite',
323 },
324 {
325 brand: 'Blackview',
326 model: 'A30',
327 },
328 {
329 brand: 'Samsung',
330 model: 'SM-A217F',
331 },
332 {
333 brand: 'Samsung',
334 model: 'SM-A715F',
335 },
336];
337
338export default devicesWithNotch;