react-native-device-info
Advanced tools
Comparing version 5.6.4 to 5.6.5
@@ -5,2 +5,6 @@ <!-- markdownlint-disable MD024 MD034 MD033 --> | ||
## 5.6.5 | ||
- fix(hasNotch): add devices Blackview A30 (#1058, thanks @alexnaiman!) | ||
## 5.6.4 | ||
@@ -7,0 +11,0 @@ |
@@ -209,2 +209,5 @@ "use strict"; | ||
model: 'Mi A2 Lite' | ||
}, { | ||
brand: 'Blackview', | ||
model: 'A30' | ||
}]; | ||
@@ -211,0 +214,0 @@ var _default = devicesWithNotch; |
@@ -203,4 +203,7 @@ const devicesWithNotch = [{ | ||
model: 'Mi A2 Lite' | ||
}, { | ||
brand: 'Blackview', | ||
model: 'A30' | ||
}]; | ||
export default devicesWithNotch; | ||
//# sourceMappingURL=devicesWithNotch.js.map |
{ | ||
"name": "react-native-device-info", | ||
"version": "5.6.4", | ||
"version": "5.6.5", | ||
"description": "Get device information using react-native", | ||
@@ -75,4 +75,4 @@ "react-native": "src/index.ts", | ||
"@types/react": "^16.9.46", | ||
"@types/react-native": "^0.63.7", | ||
"eslint": "^7.6.0", | ||
"@types/react-native": "^0.63.8", | ||
"eslint": "^7.7.0", | ||
"eslint-plugin-prettier": "^3.1.3", | ||
@@ -79,0 +79,0 @@ "husky": "^4.2.5", |
@@ -268,4 +268,8 @@ import { NotchDevice } from './privateTypes'; | ||
}, | ||
{ | ||
brand: 'Blackview', | ||
model: 'A30', | ||
}, | ||
]; | ||
export default devicesWithNotch; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
652856
7018