Timothy Tripp

Results 1 comments of Timothy Tripp

You can use something like this: ``` import FileViewer from 'react-native-file-viewer'; let file = await RNHTMLtoPDF.convert({ html: html, fileName: 'My PDF File', directory: 'Documents', }); if(file?.filePath) { FileViewer.open(filePath); ```