How can i view the pdf created by Print.printToFileAsync({ 'html': '<h1>wasup</h1>'})

Hey Guys,

When we use a file explorer app and navigate to the cache directory of expo app we don’t see anything. The uri which we get on console log in response to
await Print.printToFileAsync({ 'html':'<h1>Wassup<h1>' }); is not accessible.

Can anybody please help us out? thanks

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.