You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ For more details, see the [Sample Project](https://github.com/douglasjunior/reac
96
96
|maxPageResolution|`number`|`2048`|(Android only) Max page resolution (width/height) in pixels when zooming. Defined to prevent Android crash when zooming too much: https://github.com/douglasjunior/react-native-pdf-renderer/issues/26 . |
97
97
|singlePage|`boolean`|`false`|Renders only the first page without scroll. (useful for display thumbnail)|
98
98
|onPageChange|`(current: number, total: number) => void`||Invoked on pages scroll.|
99
+
|onError|`() => void`||Invoked when an error occurs.|
99
100
|style|`StyleProp<ViewStyle>`||Styles to be applied to the native [view](https://reactnative.dev/docs/view-style-props).|
0 commit comments