If I run the exact same code but generating only one promise it works as expected. But If I got 2 or more files to convert it does not return anything.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi guys,
I'm trying to generate PDF files using promise.All but it doesn't work at all.
That's my code:
If I run the exact same code but generating only one promise it works as expected. But If I got 2 or more files to convert it does not return anything.
react-native": "0.63.3" "react-native-html-to-pdf": "^0.8.0",
Could you guys help me?