react-native-device-info
Advanced tools
Comparing version 0.17.1 to 0.17.2
@@ -5,2 +5,7 @@ ## Release Notes | ||
### 0.17.2 | ||
* Enhance `isTablet()` for android by checking display density (https://github.com/rebeccahughes/react-native-device-info/pull/313) | ||
* Changed iOS target deployment from 9.0 to 8.0 for broader device support (https://github.com/rebeccahughes/react-native-device-info/issues/19) | ||
### 0.17.1 | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "react-native-device-info", | ||
"version": "0.17.1", | ||
"version": "0.17.2", | ||
"description": "Get device information using react-native", | ||
@@ -5,0 +5,0 @@ "main": "deviceinfo.js", |
@@ -710,4 +710,4 @@ # react-native-device-info | ||
> This is IDFV on iOS so it will change if all apps from the current apps vendor have been previously uninstalled. | ||
> * iOS: This is `IDFV` so it will change if all apps from the current apps vendor have been previously uninstalled. | ||
> * android: Prior to Oreo, this id ([ANDROID_ID](https://developer.android.com/reference/android/provider/Settings.Secure.html#ANDROID_ID)) will always be the same once you set up your phone. | ||
--- | ||
@@ -807,3 +807,3 @@ | ||
<details> | ||
<summary>[android] - Unable to merge dex / Multiple dex files</summary> | ||
<summary>[android] - Unable to merge dex / Multiple dex files / Problems with `com.google.android.gms`</summary> | ||
@@ -810,0 +810,0 @@ `react-native-device-info` uses `com.google.android.gms:play-services-gcm` to provide [getInstance()][#getinstance]. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
28218061