Git Product home page Git Product logo

react-native-bluetooth-escpos-printer's Introduction

react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.

If your are using this lib. The code example on file BluetoothConfig.js can help you.

Installation

Step 1

Install via NPM Check In NPM

npm install react-native-bluetooth-escpos-printer --save

Or install via github

npm install https://github.com/januslo/react-native-bluetooth-escpos-printer.git --save

Step2

Link the plugin to your RN project

react-native link react-native-bluetooth-escpos-printer

Step3

Refers to your JS files

    import {BluetoothManager,BluetoothEscposPrinter,BluetoothTscPrinter} from 'react-native-bluetooth-escpos-printer';

Usage

If you need print in other screen in your project you need follow the sequence.

Step 1

Connect on printer Using BluetoothConfig.js you scan devices and test print.

Step 2

To print in others screens you need use the code:

import {
  BluetoothEscposPrinter
} from 'react-native-bluetooth-escpos-printer';
.
.
.
// Something like
<Button
    onPress={async () => {
    await BluetoothEscposPrinter.printerInit();
    await BluetoothEscposPrinter.printText("Test print success.!!!\r\n\r\n", {});
    }} title="Test Print"/>

react-native-bluetooth-escpos-printer's People

Contributors

snowmous3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.