UNPKG

@rn-vui/themed

Version:
6 lines (5 loc) 228 B
import { withTheme } from '../config'; import { Badge } from '@rn-vui/base/dist/Badge/Badge'; import { withBadge } from '@rn-vui/base/dist/Badge/withBadge'; export { Badge, withBadge }; export default withTheme(Badge, 'Badge');