christopherdro / react-native-print

Print documents using React Native
MIT License
335 stars 142 forks source link

Android pagination issue #200

Closed sivaramakrishnac closed 1 year ago

sivaramakrishnac commented 1 year ago

When we use the foolowing method we are getting print data in different pages for android

But there is no issue with IOS. Its working as expected. Only we have an issue with Android. Please check and provided the solution ASAP.

async printHTML() {await RNPrint.print({html: 'some text'})}

stale[bot] commented 1 year ago

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.