MCPcopy
hub / github.com/callstack/react-native-pager-view / Props

Interface Props

example/src/component/Button.tsx:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10} from 'react-native';
11
12interface Props extends ViewProps {
13 disabled?: boolean;
14 onPress: () => void;
15 text: string;
16 style?: StyleProp<ViewStyle>;
17}
18
19export class Button extends React.Component<Props> {
20 _handlePress = () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…