react-native-sectioned-multi-select
Advanced tools
Changelog
0.7.6 - 2019-12-05
hideChipRemove
Changelog
0.7.3 - 2019-11-28
ScrollView
that wraps the FlatList
#151 (the style prop remains as scrollView for now but the element is a View)Changelog
0.7.2 - 2019-10-14
componentWillReceiveProps
#147iconRenderer
usage #142Changelog
0.7.1 - 2019-08-01
itemsFlatListProps
and subItemsFlatListProps
to be able to pass in custom FlatList props objectChangelog
0.7.0 - 2019-06-25
modalWrapper
wraps the modal and backdrop
is the backdrop view inside it.iconRenderer
prop. Material Icons is no longer required to be installed fo the lib to work. You can pass iconRenderer
your own icon component function.Changelog
0.6.7 - 2019-05-2
modalWithTouchable
taking touches from select list.Changelog
0.6.6 - 2019-05-1
parentChipsRemoveChildren
boolean prop. If true, pressing a parent chip's remove button will remove all of its selected children.parentChipContainer
and parentChipText
to styles, so you can style parent item chips differently.selectedIconOnLeft
boolean prop. If true, selected icons show to the left of the text. #104selectedSubItem
to stylesChangelog
0.6.5 - 2019-02-19
unselectedIconComponent
#93Changelog
0.6.4 - 2019-01-17
iconKey
, then add the key to your item as either a string (to show a material icons Icon
component by name
), object (to show an image e.g {uri: 'imageUrl' }, or a number (that is returned from require('./localimage.png') )). use style key itemIconStyle
to style the Icon / ImageautoFocus
prop (bool) #86, to autofocus the search input when the modal is opened.