react-native-device-info
Advanced tools
Comparing version 0.17.0 to 0.17.1
@@ -5,2 +5,6 @@ ## Release Notes | ||
### 0.17.1 | ||
* Fix bad import for web polyfill | ||
### 0.17.0 | ||
@@ -7,0 +11,0 @@ |
@@ -9,3 +9,3 @@ /** | ||
if (!RNDeviceInfo && Platform.OS === 'web') { | ||
RNDeviceInfo = require('./web/RNDeviceInfoWeb'); | ||
RNDeviceInfo = require('./web'); | ||
} | ||
@@ -12,0 +12,0 @@ |
{ | ||
"name": "react-native-device-info", | ||
"version": "0.17.0", | ||
"version": "0.17.1", | ||
"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
28216971