react-native-device-info
Advanced tools
Comparing version 0.26.0 to 0.26.1
## Release Notes | ||
### 0.26.1 | ||
* Added OnePlus 6T to notch devices (https://github.com/rebeccahughes/react-native-device-info/pull/563) | ||
### 0.26.0 | ||
@@ -4,0 +7,0 @@ * Added `getDeviceType()` and used it in `isTablet()` (https://github.com/rebeccahughes/react-native-device-info/pull/560) |
@@ -103,2 +103,6 @@ /** | ||
brand: 'OnePlus', | ||
model: 'ONEPLUS A6013', | ||
}, | ||
{ | ||
brand: 'OnePlus', | ||
model: 'ONEPLUS A6000', | ||
@@ -105,0 +109,0 @@ }, |
{ | ||
"name": "react-native-device-info", | ||
"version": "0.26.0", | ||
"version": "0.26.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
198589
391