christopherdro / react-native-print

Print documents using React Native
MIT License
325 stars 135 forks source link

Add return type to selectPrinter types #203

Closed chmac closed 11 months ago

chmac commented 1 year ago

The return type here is based on my tests on iOS and console.log(), so I'm not sure if this is consistent across platforms, etc. We're only working on iOS so these types work for me.

christopherdro commented 11 months ago

Thanks for submitting this PR!