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

The itemIconStyle property was declared in the wrong way.

Open dnlsilva opened this issue 5 years ago • 3 comments

When you check the ItemIcon.js file, you can see that in its properties there is one declared with the name itemIconStyle, but in the RowItem.js file the style property is declared, which makes the property declaration not working.

With this change by declaring: Ex: styles={{ itemIconStyle: {width: 50, height: 50} }} It is possible to see the changes.

TD;LR: itemIconStyle does not work as expected.

dnlsilva avatar Dec 04 '19 14:12 dnlsilva

Good catch, thanks. Can you add the fix to RowSubItem as well?

renrizzolo avatar Dec 05 '19 03:12 renrizzolo

Done.

dnlsilva avatar Dec 05 '19 13:12 dnlsilva

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

github-actions[bot] avatar Jan 04 '22 02:01 github-actions[bot]