Skip to content

Commit 5406f84

Browse files
committed
bump version
1 parent a127bc5 commit 5406f84

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ A cross-platform (iOS / Android), selector/picker component for React Native tha
66

77
This project was forked from [react-native-modal-selector](https://github.com/peacechen/react-native-modal-selector)
88

9+
## Change log
10+
11+
### v2.1.5
12+
- Added searchAutoFocus prop for autofocus on search field ([jonacds](https://github.com/jonacds))
913
## Demo
1014

1115
<img src="docs/demo.gif" />

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-modal-selector-searchable",
3-
"version": "2.1.4",
3+
"version": "2.1.5",
44
"description": "A cross-platform (iOS / Android), selector/picker component for React Native that is filterable, highly customizable and supports sections.",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)