Skip to content

Latest commit

History

History
36 lines (17 loc) 路 500 Bytes

File metadata and controls

36 lines (17 loc) 路 500 Bytes

Badge

A Badge which can be rendered on top of a Tab.

Props

children

Type: ReactNode

Content of the Badge. String and Number will be wrapped in a Text.

style

Type: ViewPropTypes.style

Extends the style of the badge's view.

textStyle

Type: Text.propTypes.style

Extends the style of wrapped Text component.