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
I am encountering an issue where RNPdfRendererView fails to load a PDF file on both Android and iOS.
• On Android, the app crashes with the following error:
Error while updating property 'params' of a view managed by: RNPdfRendererView
Unable to load the document!
• On iOS, the component does not crash but only displays a gray screen.
Steps to Reproduce
1. Download a PDF file using react-native-blob-util and save it in DocumentDir.
2. Pass the file path to RNPdfRendererView as a file:// URI.
Adding a 3-second delay (setTimeout) before setting the path partially resolves the issue, but it doesn't always work
The text was updated successfully, but these errors were encountered:
I am encountering an issue where RNPdfRendererView fails to load a PDF file on both Android and iOS.
• On Android, the app crashes with the following error:
• On iOS, the component does not crash but only displays a gray screen.
Steps to Reproduce
1. Download a PDF file using react-native-blob-util and save it in DocumentDir.
2. Pass the file path to RNPdfRendererView as a file:// URI.
Adding a 3-second delay (setTimeout) before setting the path partially resolves the issue, but it doesn't always work
The text was updated successfully, but these errors were encountered: