react-native-device-info
Advanced tools
Comparing version 0.26.4 to 0.26.5
## Release Notes | ||
### 0.26.5 | ||
* Use BigInteger to avoid overflow in Disk related functions (https://github.com/rebeccahughes/react-native-device-info/pull/587) | ||
### 0.26.4 | ||
@@ -4,0 +7,0 @@ * Fix hasNotch() support for LG phones (https://github.com/rebeccahughes/react-native-device-info/pull/573) |
@@ -30,3 +30,3 @@ // should be imported this way: | ||
is24Hour: () => boolean; | ||
isPinOrFingerprintSet: (cb: (isPinOrFingerprintSet: boolean) => void) => void; | ||
isPinOrFingerprintSet(): (cb: (isPinOrFingerprintSet: boolean) => void) => void; | ||
hasNotch: () => boolean; | ||
@@ -33,0 +33,0 @@ getFirstInstallTime: () => number; |
{ | ||
"name": "react-native-device-info", | ||
"version": "0.26.4", | ||
"version": "0.26.5", | ||
"description": "Get device information using react-native", | ||
@@ -5,0 +5,0 @@ "main": "deviceinfo.js", |
Sorry, the diff of this file is not supported yet
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
157486