Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
2
import { View, StyleSheet, Text } from
'react-native'
;
3
4
interface BadgeProps {
5
iconSize: number;
6
}
7
8
const BADGE_SIZE = 10;
9
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected