Socket
Socket
Sign inDemoInstall

react-native-sectioned-multi-select

Package Overview
Dependencies
2
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345Next

0.7.6

Diff

Changelog

Source

0.7.6 - 2019-12-05

Fixed

  • fixed chip padding when using hideChipRemove
renrizzolo
published 0.7.4 •

Changelog

Source

0.7.4 - 2019-12-05

Added

  • added type definitions file #63
renrizzolo
published 0.7.3 •

Changelog

Source

0.7.3 - 2019-11-28

Fixed

  • remove ScrollView that wraps the FlatList #151 (the style prop remains as scrollView for now but the element is a View)
renrizzolo
published 0.7.2 •

Changelog

Source

0.7.2 - 2019-10-14

Fixed

  • remove deprecated componentWillReceiveProps #147
  • fix subitem iconRenderer usage #142
renrizzolo
published 0.7.1 •

Changelog

Source

0.7.1 - 2019-08-01

Added

  • added itemsFlatListProps and subItemsFlatListProps to be able to pass in custom FlatList props object
renrizzolo
published 0.7.0 •

Changelog

Source

0.7.0 - 2019-06-25

Fixed

  • fixed regression with backdrop / SafeAreaView. Styles: modalWrapper wraps the modal and backdrop is the backdrop view inside it.

Added

  • Added 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.
  • Added Recipes doc with more details customization examples.

Changed

  • Made readme example more concise
  • cleand up example app style
renrizzolo
published 0.6.7 •

Changelog

Source

0.6.7 - 2019-05-2

Fixed

  • fixed bug with backdropView + modalWithTouchable taking touches from select list.
  • fixed a couple of cases where items didn't update / future proofed chip remove working inside modal
renrizzolo
published 0.6.6 •

Changelog

Source

0.6.6 - 2019-05-1

Added

  • added parentChipsRemoveChildren boolean prop. If true, pressing a parent chip's remove button will remove all of its selected children.
  • added parentChipContainer and parentChipText to styles, so you can style parent item chips differently.
  • added selectedIconOnLeft boolean prop. If true, selected icons show to the left of the text. #104
  • added selectedSubItem to styles
renrizzolo
published 0.6.5 •

Changelog

Source

0.6.5 - 2019-02-19

Added

  • added unselectedIconComponent #93
renrizzolo
published 0.6.4 •

Changelog

Source

0.6.4 - 2019-01-17

Added

  • added ability to show an icon before the item text #87. Use prop 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 / Image
  • added autoFocus prop (bool) #86, to autofocus the search input when the modal is opened.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc