Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-modal-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-modal-dropdown - npm Package Compare versions

Comparing version 0.4.4 to 0.5.0

4

components/ModalDropdown.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc