christopherdro / react-native-print

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

Type improvements #204

Closed chmac closed 1 year ago

chmac commented 1 year ago

Firstly, thanks a lot for this package, it's great. Makes our lives a lot easier.

I've submitted a couple of PRs trying to add some typing fixes / improvements. If you can share what the return values of the print() API method is, and if it's consistent across platforms, I'd be happy to add another PR which adds that info to the type definitions.

christopherdro commented 1 year ago

Thanks for reporting and taking the time to submit PRs/

https://github.com/christopherdro/react-native-print/pull/203 https://github.com/christopherdro/react-native-print/pull/202