tr3v3r / react-native-esc-pos-printer

An unofficial React Native library for printing on an EPSON TM printer with the Epson ePOS SDK for iOS and Epson ePOS SDK for Android
MIT License
164 stars 71 forks source link

EscPosPrinter instantiate #130

Closed Akyna closed 2 months ago

Akyna commented 8 months ago

When to use on iPad 17.2

        await EscPosPrinter.instantiate({
          target: ....,
          seriesName: getPrinterSeriesByName(....),
        });

Got the error

[Error: 2]
    "react": "^18.2.0",
    "react-native": "0.72.7",
    "react-native-esc-pos-printer": "^3.0.3",
592da commented 7 months ago

Also with

 "react-native-esc-pos-printer": "^3.1.0",