react-native-device-info
Advanced tools
Comparing version 0.17.3 to 0.17.4
@@ -5,2 +5,6 @@ ## Release Notes | ||
### 0.17.4 | ||
* Fix `getMACAddress` for Android > 6 (https://github.com/rebeccahughes/react-native-device-info/pull/349) | ||
### 0.17.3 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "react-native-device-info", | ||
"version": "0.17.3", | ||
"version": "0.17.4", | ||
"description": "Get device information using react-native", | ||
@@ -5,0 +5,0 @@ "main": "deviceinfo.js", |
@@ -170,3 +170,3 @@ # react-native-device-info | ||
* check the `RNDeviceInfo` you just added and press ok | ||
* open up `MainPage.cs` for your app and edit the file like so: | ||
* open up `MainReactNativeHost.cs` for your app and edit the file like so: | ||
@@ -176,10 +176,7 @@ ```diff | ||
...... | ||
get | ||
{ | ||
return new List<IReactPackage> | ||
{ | ||
new MainReactPackage(), | ||
+ new RNDeviceInfoPackage(), | ||
}; | ||
} | ||
protected override List<IReactPackage> Packages => new List<IReactPackage> | ||
{ | ||
new MainReactPackage(), | ||
+ new RNDeviceInfoPackage(), | ||
}; | ||
``` | ||
@@ -186,0 +183,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 27 instances in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
1
146734
33
216
864