react-native-device-info
Advanced tools
Comparing version 0.26.3 to 0.26.4
## Release Notes | ||
### 0.26.4 | ||
* Fix hasNotch() support for LG phones (https://github.com/rebeccahughes/react-native-device-info/pull/573) | ||
### 0.26.3 | ||
@@ -4,0 +7,0 @@ * Fixed getDeviceType method (https://github.com/rebeccahughes/react-native-device-info/pull/571) |
@@ -86,2 +86,14 @@ /** | ||
{ | ||
brand: 'LG', | ||
model: 'LM-Q910', //G7 One | ||
}, | ||
{ | ||
brand: 'LG', | ||
model: 'LM-G710', //G7 ThinQ | ||
}, | ||
{ | ||
brand: 'LG', | ||
model: 'LM-V405', //V40 ThinQ | ||
}, | ||
{ | ||
brand: 'Nokia', | ||
@@ -88,0 +100,0 @@ model: '6.1 Plus', |
{ | ||
"name": "react-native-device-info", | ||
"version": "0.26.3", | ||
"version": "0.26.4", | ||
"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
407
157209
39