react-native-ui-kitten icon indicating copy to clipboard operation
react-native-ui-kitten copied to clipboard

The accessoryRight display of ListItem is incomplete

Open show110695 opened this issue 1 year ago • 1 comments

image

image

"react": "18.2.0", "react-native": "0.72.6", "@eva-design/eva": "^2.2.0", "@react-navigation/native": "^6.1.8", "@react-navigation/native-stack": "^6.9.14", "@ui-kitten/components": "^5.3.1", "@ui-kitten/eva-icons": "^5.3.1",

show110695 avatar Nov 18 '23 14:11 show110695

The problem is that the accessory in ListItem was mostly designed for icons there so it has a fixed width in mappings which is equal to 24. As a workaround, you can apply custom mappings with the adjusted iconWidth property and increase width allowed for accessory component, but keep in mind that it will be fixed anyway, there is now to apply flex to accessory component.

greenfrvr avatar Jun 20 '24 09:06 greenfrvr