When I use it on iOS it doesn't work. This code ```javascript import PDF from "rn-pdf-generator"; let datab64 = await PDF.fromHTML(htmlBuider, 'http://localhost') ``` produce this error `Cannot read property 'fromHTML' of undefined`
When I use it on iOS it doesn't work.
This code
produce this error
Cannot read property 'fromHTML' of undefined