a multi (or single) select component with support for sub categories, search, chips.
The react-native-sectioned-multi-select is a multi (or single) select component designed for long lists, supporting subcategories, search, and chips. Developed for use in a Modal due to issues with nested ScrollViews on Android, it allows for the display of categories with subcategories. The component is based on react-native-multiple-select but offers enhancements to address specific use cases such as nested data and modal presentation.
To install the react-native-sectioned-multi-select package, you can use either npm or yarn.
npm i react-native-sectioned-multi-select
or
yarn add react-native-sectioned-multi-select
The react-native-sectioned-multi-select component is a versatile solution for handling selections in long lists with subcategories. It provides essential features like search, chip display, and customizable icons while offering programmatic control through internal methods. With its focus on nested data structures and modal presentation, it addresses common challenges faced when dealing with complex selection scenarios.