react-native-modal-dropdown
Advanced tools
Comparing version 0.4.4 to 0.5.0
@@ -9,3 +9,2 @@ /** | ||
Component, | ||
PropTypes, | ||
} from 'react'; | ||
@@ -27,2 +26,4 @@ | ||
const PropTypes = require('prop-types'); | ||
const TOUCHABLE_ELEMENTS = ['TouchableHighlight', 'TouchableOpacity', 'TouchableWithoutFeedback', 'TouchableNativeFeedback']; | ||
@@ -190,2 +191,3 @@ | ||
<Modal animationType={animationType} | ||
visible={true} | ||
transparent={true} | ||
@@ -192,0 +194,0 @@ onRequestClose={this._onRequestClose.bind(this)} |
{ | ||
"name": "react-native-modal-dropdown", | ||
"version": "0.4.4", | ||
"version": "0.5.0", | ||
"description": "A react-native dropdown component for both iOS and Android.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -22,4 +22,5 @@ [![npm version](https://badge.fury.io/js/react-native-modal-dropdown.svg)](https://badge.fury.io/js/react-native-modal-dropdown) | ||
### v0.4.4 | ||
- Expose `keyboardShouldPersistTaps` prop on dropdown (ListView). | ||
### v0.5.0 | ||
- React 16 compatibility. | ||
- Fix [#84](https://github.com/sohobloo/react-native-modal-dropdown/issues/84) | ||
@@ -80,3 +81,3 @@ [Full update history list](https://github.com/sohobloo/react-native-modal-dropdown/wiki/Update-History) | ||
`accessible` | bool | Yes | true | Set accessibility of dropdown modal and dropdown rows | ||
`keyboardShouldPersistTaps` | | 'never' | | ||
`keyboardShouldPersistTaps` | enum('always', 'never', 'handled') | Yes | 'never' | See react-native `ScrollView` props | ||
@@ -83,0 +84,0 @@ ### Methods |
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
18800
382
91