christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

Cannot read property 'convert' of null : this occurs while using react native expo #312

Open LuckyBelieve opened 3 months ago

LuckyBelieve commented 3 months ago

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

thegreatzeus commented 3 months ago

Did you build a new development client after adding react-native-html-to-pdf to your project's dependencies?

HERYORDEJY commented 1 month ago

@LuckyBelieve You should switch to the development build instead of Expo Go