MCPcopy Create free account
hub / github.com/gorhom/react-native-bottom-sheet / ButtonProps

Interface ButtonProps

example/src/components/button/Button.tsx:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { ShowcaseButton, ShowcaseLabel } from '@gorhom/showcase-template';
4
5interface ButtonProps {
6 label: string;
7 labelStyle?: TextStyle;
8 style?: ViewStyle;
9 onPress: () => void;
10}
11
12const ButtonComponent = ({
13 label,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected