Skip to content

a9657630/react-native-printer-qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-printer

A React Native Library to support Net printer for Android/iOS platform

Installation

npm install react-native-printer-qr --save-dev

Integrate module

To integrate react-native-printer-qr with the rest of your react app just execute:

react-native link react-native-printer-qr

Usage

import { ReactNativePrinter } from 'react-native-printer-qr';

ReactNativePrinter.print('192.168.31.242', 9100, '<CB>这是一个标题</CB>')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors