Share error: [TypeError: _reactNativeSharePdf.default.sharePDF is not a function (it is undefined)]
const result = await RNHTMLtoPDF.convert({
html: htmlString,
fileName: 'receipt_' + Date.now(),
base64: true,
});
// Step 4: Share PDF
const showError = await RNShareFile.sharePDF(result.base64, 'file');