NativeBase: Can not change size of Badge element
According to this cheat sheet I should be able to change the badge’s size. I’ve tried:
<Badge success style={{fontSize:5, width:10}}>99</Badge>
But I get those errors in runtime:

So how can I change the badge’s size?
“native-base”: “^0.5.7” “react”: “^15.3.0” “react-native”: “^0.32.0” Run on iOS simulator.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15 (8 by maintainers)
Unless the badge can be made smaller, it’s useless.