Releases: gxsshallot/react-native-picklist
Releases · gxsshallot/react-native-picklist
v1.2.7
v.1.2.6
Fix: when directBackWhenSingle is TRUE, can not cancel selected.
v1.2.5
- Replace
Button
ofreact-native
withHeaderButton
ofreact-navigation-header-buttons
. - Update readme file to show how to set
HeaderButton
style.
v1.2.4
- Revert
notifyMap
toDeviceEventEmitter
.
v1.2.3
- Add array support for
idKey
.
v1.2.2
- Add support to
react-navigation
navigation options. - Add function to get initialization status of navigation options.
- Fix: Update
general-tree
to fix tree operation when large data. - Add Chinese readme link.
v1.2.1
- Add
cancelableWhenDirectBack
property to control cancelable or not in single select mode whendirectBackWhenSingle
istrue
. - Fix: Add
showNaviBar
control in render function.
v1.2.0
- Add cancel button label property for search bar.