MCPcopy Index your code
hub / github.com/wonday/react-native-pdf / PDFExampleState

Interface PDFExampleState

FabricExample/PDFExample.tsx:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 | string;
31
32interface PDFExampleState {
33 page: number;
34 scale: number;
35 numberOfPages: number;
36 horizontal: boolean;
37 showsHorizontalScrollIndicator: boolean;
38 showsVerticalScrollIndicator: boolean;
39 width: number;
40 objectURL?: string;
41 blob?: Blob;
42}
43
44export default class PDFExample extends React.Component<
45 Record<string, never>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected