We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What react-native version are you using?
react-native
"react": "18.2.0", "react-native": "0.74.5"
What react-native-pdf version are you using?
react-native-pdf
"react-native-pdf": "^6.7.5",
What platform does your issue occur on? (android/ios/both)
Describe your issue as precisely as possible :
It would be nice to have the size be passed to the onLoadProgress handler something like
onLoadProgress
type PdfSize = {height: number, width: number} onLoadProgress?: (percent: number, size: PdfSize|null) => void
Allow passing in null in case the size is still not yet known.
null
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
react-native
version are you using?What
react-native-pdf
version are you using?"react-native-pdf": "^6.7.5",
What platform does your issue occur on? (android/ios/both)
Describe your issue as precisely as possible :
It would be nice to have the size be passed to the
onLoadProgress
handler something likeAllow passing in
null
in case the size is still not yet known.The text was updated successfully, but these errors were encountered: