From 62c40c61ea3554ab3f04c9036f9069cd3ff0df76 Mon Sep 17 00:00:00 2001 From: sohobloo Date: Thu, 22 Jun 2017 10:09:09 +0800 Subject: [PATCH] bump version --- README.md | 6 +++--- example/package.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0bbae8b..cc614d4 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,8 @@ You can find them in the example. ## Update History -### v0.4.3 -- Add ability to style dropdown text. See `dropdownTextStyle` and `dropdownTextHighlightStyle`. Thanks to @evansiroky -- Fix `TouchableWithNativeFeedback` should be `TouchableNativeFeedback` +### v0.4.4 +- Expose `keyboardShouldPersistTaps` prop on dropdown (ListView). [Full update history list](https://github.com/sohobloo/react-native-modal-dropdown/wiki/Update-History) @@ -77,6 +76,7 @@ Prop | Type | Optional | Default | Description `onDropdownWillHide`| func | Yes | | Trigger when dropdown will hide by touching the button. **Return `false` can cancel the event.** `onSelect` | func | Yes | | Trigger when option row touched with selected `index` and `value`. **Return `false` can cancel the event.** `accessible` | bool | Yes | true | Set accessibility of dropdown modal and dropdown rows +`keyboardShouldPersistTaps` | | 'never' | ### Methods Method | Description diff --git a/example/package.json b/example/package.json index 9b86f00..f26a59c 100644 --- a/example/package.json +++ b/example/package.json @@ -1,6 +1,6 @@ { "name": "react-native-modal-dropdown-demo", - "version": "0.4.3", + "version": "0.4.4", "description": "A demo for react-native-modal-dropdown component.", "homepage": "https://github.com/sohobloo/react-native-modal-dropdown", "license": "MIT", diff --git a/package.json b/package.json index 25af872..0244d0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-modal-dropdown", - "version": "0.4.3", + "version": "0.4.4", "description": "A react-native dropdown component for both iOS and Android.", "keywords": [ "react",