react-native-sectioned-multi-select icon indicating copy to clipboard operation
react-native-sectioned-multi-select copied to clipboard

Add selectedParentIconComponent and unselectedParentIconComponent props

Open McFly78 opened this issue 4 years ago • 2 comments

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,

McFly78 avatar Jul 21 '20 15:07 McFly78

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 to selectedIconComponent

renrizzolo avatar Aug 10 '20 01:08 renrizzolo

This PR is stale because it has been open 45 days with no activity.

github-actions[bot] avatar Dec 26 '21 02:12 github-actions[bot]