react-native-device-info
Advanced tools
Comparing version 0.25.0 to 0.25.1
## Release Notes | ||
### 0.25 | ||
### 0.25.0 | ||
* Added `isAirPlaneMode()` (https://github.com/rebeccahughes/react-native-device-info/pull/524) | ||
* Compare `hasNotch()` devices with lowercase (https://github.com/rebeccahughes/react-native-device-info/pull/537) | ||
* Added several devices to `hasNotch()` (#533, #549, #550) | ||
@@ -6,0 +8,0 @@ ### 0.24.3 |
@@ -38,2 +38,6 @@ /** | ||
{ | ||
brand: 'google', | ||
model: 'Pixel 3 XL', | ||
}, | ||
{ | ||
brand: 'Huawei', | ||
@@ -63,26 +67,22 @@ model: 'P20', | ||
{ | ||
brand: 'Oppo', | ||
model: 'R15', | ||
brand: 'Leagoo', | ||
model: 'S9', | ||
}, | ||
{ | ||
brand: 'Oppo', | ||
model: 'R15 Pro', | ||
brand: 'LG', | ||
model: 'G7', | ||
}, | ||
{ | ||
brand: 'Oppo', | ||
model: 'F7', | ||
brand: 'LG', | ||
model: 'G7 ThinQ', | ||
}, | ||
{ | ||
brand: 'Vivo', | ||
model: 'V9', | ||
brand: 'LG', | ||
model: 'G7+ ThinQ', | ||
}, | ||
{ | ||
brand: 'Vivo', | ||
model: 'X21', | ||
brand: 'Nokia', | ||
model: '6.1 Plus', | ||
}, | ||
{ | ||
brand: 'Vivo', | ||
model: 'X21 UD', | ||
}, | ||
{ | ||
brand: 'OnePlus', | ||
@@ -108,18 +108,14 @@ model: '6', | ||
{ | ||
brand: 'LG', | ||
model: 'G7', | ||
brand: 'Oppo', | ||
model: 'R15', | ||
}, | ||
{ | ||
brand: 'LG', | ||
model: 'G7 ThinQ', | ||
brand: 'Oppo', | ||
model: 'R15 Pro', | ||
}, | ||
{ | ||
brand: 'LG', | ||
model: 'G7+ ThinQ', | ||
brand: 'Oppo', | ||
model: 'F7', | ||
}, | ||
{ | ||
brand: 'Leagoo', | ||
model: 'S9', | ||
}, | ||
{ | ||
brand: 'Oukitel', | ||
@@ -133,6 +129,14 @@ model: 'U18', | ||
{ | ||
brand: 'Nokia', | ||
model: '6.1 Plus', | ||
brand: 'Vivo', | ||
model: 'V9', | ||
}, | ||
{ | ||
brand: 'Vivo', | ||
model: 'X21', | ||
}, | ||
{ | ||
brand: 'Vivo', | ||
model: 'X21 UD', | ||
}, | ||
{ | ||
brand: 'xiaomi', | ||
@@ -143,7 +147,7 @@ model: 'MI 8', | ||
brand: 'xiaomi', | ||
model: 'MI 8 SE', | ||
model: 'MI 8 Explorer Edition', | ||
}, | ||
{ | ||
brand: 'xiaomi', | ||
model: 'MI 8 Explorer Edition', | ||
model: 'MI 8 SE', | ||
}, | ||
@@ -150,0 +154,0 @@ { |
{ | ||
"name": "react-native-device-info", | ||
"version": "0.25.0", | ||
"version": "0.25.1", | ||
"description": "Get device information using react-native", | ||
@@ -5,0 +5,0 @@ "main": "deviceinfo.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
195195
381