Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wonday/react-native-pdf
/ PdfRef
Interface
PdfRef
index.d.ts:68–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
export
interface
PdfRef {
69
setPage(pageNumber: number): void
70
}
71
72
declare
const
Pdf: React.ForwardRefExoticComponent<PdfProps & React.RefAttributes<PdfRef>>
73
Callers
2
PDFExample.js
File · 0.65
PDFExample
Class · 0.65
Implementers
2
PdfManager
android/src/main/java/org/wonday/pdf/P
PdfView
android/src/main/java/org/wonday/pdf/P
Calls
no outgoing calls
Tested by
no test coverage detected