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
while using react native with expo const file = await RNHTMLtoPDF.convert(Options) this line line seems not to work and the error given is
"Cannot read property 'convert' of null"
searched through all documentations and found that for react native with expo there is no way that this file can be created
The text was updated successfully, but these errors were encountered:
Did you build a new development client after adding react-native-html-to-pdf to your project's dependencies?
react-native-html-to-pdf
Sorry, something went wrong.
@LuckyBelieve You should switch to the development build instead of Expo Go
development build
Expo Go
No branches or pull requests
while using react native with expo
const file = await RNHTMLtoPDF.convert(Options)
this line line seems not to work and the error given is
"Cannot read property 'convert' of null"
searched through all documentations and found that for react native with expo there is no way that this file can be created
The text was updated successfully, but these errors were encountered: