1.0.9 • Published 4 years ago

react-native-epson-tm v1.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

react-native-epson-tm

Getting started

$ npm install react-native-epson-tm --save

Mostly automatic installation

$ react-native link react-native-epson-tm

Usage

import { EpsonTm ,Epos2ModelLang ,Epos2PrinterSeries } from 'react-native-epson-tm';

// TODO: What to do with the module?
EpsonTm.initialSetup({
      ipAddress: 'TCP:192.168.0.240',
      lang: Epos2ModelLang.CHINESE,
      printerSeries:Epos2PrinterSeries.EPOS2_TM_M30
    }, (error, events) => {
      if (error) {
        console.error(error);
      } else {
        this.setState({
          status: 'printer connect',
          message: events
        });
      }
    });;

V1.0.8

Added proper error message when issue in printing for android only Added language set in text method

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago