Generate PDF in React Native
I wanted to generate a multipage PDF file from my React Native app.
Since I'm using Expo Managed Workflow, I'm not sure which package supports this.
I wanted create the PDF layout design using HTML and insert data from Firebase. Anyone know what package I could use?
Source: View source