Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sohobloo committed Jun 22, 2017
1 parent 65e4b6d commit 62c40c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 62c40c6

Please sign in to comment.