Then you should write function, that creates a PDF document with defined HTML markup: import * as Print from 'expo-print'; const htmlContent = ` .... `; const ...
確定! 回上一頁