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

Interface PageProps

example/src/KeyboardExample.tsx:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19import { useNavigationPanel } from './hook/useNavigationPanel';
20
21interface PageProps {
22 title: string;
23 description: string;
24 onPress: () => void;
25 buttonTitle: string;
26}
27const Page = ({ title, description, onPress, buttonTitle }: PageProps) => {
28 return (
29 <>

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…