react-native-sectioned-multi-select
react-native-sectioned-multi-select copied to clipboard
Add selectedParentIconComponent and unselectedParentIconComponent props
Hello,
Would it be possible to add selectedParentIconComponent and unselectedParentIconComponent props to be able to have different icon for parent and children rows ?
Many thanks for your job ;) Regards,
Hey, thanks for your PR!
I think for backwards compatibility it should look like this:
- add new prop
selectedSubItemIconComponent
- existing
selectedIconComponent
is used on the parent - if
selectedSubItemIconComponent
isn't defined, sub-item falls back toselectedIconComponent
This PR is stale because it has been open 45 days with no activity.