react-native-ui-kitten
react-native-ui-kitten copied to clipboard
The accessoryRight display of ListItem is incomplete
"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",
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.