react-native-sectioned-multi-select
Advanced tools
Changelog
0.10.0 - 2023-05-11
Changelog
0.9.1 - 2022-01-09
Changelog
0.9.0 - 2021-12-17
Changelog
0.8.4 - 2021-12-14
Changelog
0.8.3 - 2021-12-14
Changelog
0.8.2 - 2021-12-13
Various types fixes
ReactNode
. #253icons
individual icon objects are now optional and allow any extra properties you wish to be added to your icon component. #253 #232Fix TypeError: undefined is not an object (evaluating 'item[subKey]') with unpopulated items. #237
Changelog
0.8.1 - 2020-11-03
TypeError: _reactNative.UIManager.setLayoutAnimationEnabledExperimental is not a function
Changelog
0.8.0 - 2020-10-01
icons
prop is an object that maps the names and sizes used for the icons (all properties are spread onto the IconRenderer
). In conjunction with IconRenderer
you can now easily switch out the icon library. See Icons section of Readme.IconRenderer
is now required (also note the casing change). The lib no longer depends on react-native-vector-icons
. For the default Material Icons icon set, you must import Icon from react-native-vector-icons/MaterialIcons
yourself, and pass that to theIconRenderer
prop. See Icons section of Readme.Changelog
0.7.8 - 2020-09-25