Point of Sale (POS) printer

Please provide the following:

  1. SDK Version: 4.5.2
  2. Platforms(Android/iOS/web/all): iOS
  3. Add the appropriate “Tag” based on what Expo library you have a question on. #print

Is it possible to use expo-print to print ticket/receipt from a point of sales printer ?

I have a normal printer at home and expo-print work fine with it, but using Print.selectPrinterAsync() doesnt detect the smaller POS printer.

expo-print provides an interface to Apple AirPrint and Android printing functionality. If your printer is compatible with that and setup to use it, in theory, it should work.

Some specialized printers may have their own SDK, or you communicate them directly over the network, so always good to check your printer’s technical docs, as well.

Thank you for your answer! I will try to find printer with air print feature in this case.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.