react-native-picker-select
Advanced tools
Comparing version 5.2.0 to 5.2.1
@@ -0,1 +1,7 @@ | ||
### v5.2.1 | ||
##### Bugfix | ||
- Fixes keyboard not dismissing on iOS | ||
### v5.2.0 | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "react-native-picker-select", | ||
"version": "5.2.0", | ||
"version": "5.2.1", | ||
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
import React, { PureComponent } from 'react'; | ||
import { | ||
ColorPropType, | ||
Keyboard, | ||
Modal, | ||
@@ -362,4 +363,6 @@ Picker, | ||
onPress={() => { | ||
Keyboard.dismiss(); | ||
this.togglePicker(true); | ||
}} | ||
testID="ios_touchable_wrapper" | ||
> | ||
@@ -366,0 +369,0 @@ {this.renderTextInputOrChildren()} |
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
33141
526