<!--
  Warning: this is an automatically generated documentation.
  To change the contents of this file, edit the doc comments
  in /lib/Badge.js
-->

# 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.



