I'm using this library in a Vue-native expo project to show pdf's. It works fine in development but once I build an apk the app crashes whenever I'm trying to show a pdf. Does anyone else have this issue? I have tried to debug in production mode but I only got the error below which doesn't really help a lot.
Steps to Reproduce / Code Snippets
go to overview documents
select a file which contains a pdf
new screen opens and shows pdf document
Expected Results
show a pdf document
actual Result
Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
This error is located at:
in RCTView
in View
in l
in Styled(l)
in l
in P
in RCTView
in View
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Issue Description
I'm using this library in a Vue-native expo project to show pdf's. It works fine in development but once I build an apk the app crashes whenever I'm trying to show a pdf. Does anyone else have this issue? I have tried to debug in production mode but I only got the error below which doesn't really help a lot.
Steps to Reproduce / Code Snippets
Expected Results
show a pdf document
actual Result
Additional Information