Closed isaaclem closed 6 years ago
I've found the culprit, it's the 24 of height being hardcoded. It will be good if we can let the user to define the desired height via props?
tag: {
justifyContent: 'center',
marginTop: 6,
marginRight: 3,
padding: 8,
height: 24,
borderRadius: 2,
},
tagContainerStyle
As shown in above image, the tag created seems to be having height issue? I tried to change the props of maxHeight but doesnt seems to help?