react-native-icon-badge
react-native-icon-badge copied to clipboard
Cannot modify width to be smaller than default width
<IconBadge MainElement={<Image source={require('path/to/image.png'} />} IconBadgeStyle={{ width:10, height:10, borderRadius:5, }} />
In this example, the height of the badge changes but the width does not.
I think that this is because the source code is using minWidth
instead of width
.