MCPcopy
hub / github.com/gorhom/react-native-animated-tabbar / BadgeProps

Interface BadgeProps

example/src/components/badge/Badge.tsx:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { View, StyleSheet, Text } from 'react-native';
3
4interface BadgeProps {
5 iconSize: number;
6}
7
8const BADGE_SIZE = 10;
9

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected