react-native-picker-select
Advanced tools
Comparing version 5.2.4 to 5.2.5
@@ -0,1 +1,7 @@ | ||
### v5.2.5 | ||
##### Bugfix | ||
- Fix headless Android onValueChange trigger on render (#141) | ||
### v5.2.4 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "react-native-picker-select", | ||
"version": "5.2.4", | ||
"version": "5.2.5", | ||
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -542,4 +542,2 @@ import React, { PureComponent } from 'react'; | ||
position: 'absolute', | ||
top: 0, | ||
left: 0, | ||
width: '100%', | ||
@@ -546,0 +544,0 @@ height: '100%', |
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
33390
526