react-native-printpos

1.1.3 • Public • Published

react-native-printpos

Getting started

$ npm install react-native-printpos --save

Mostly automatic installation

$ react-native link react-native-printpos

Usage

import Printpos from 'react-native-printpos';
 
// TODO: What to do with the module?
 
Printpos.printTextCenter( String text);
Printpos.printTextLeft( String text);
Printpos.printTextCenterPequeno( String text);
Printpos.printTextLeftPequeno( String text);
 
Printpos.duasCulunas( String text,String text2);
 
Printpos.imprimirQRCode( String text);
 
Printpos.title( String text);
Printpos.titleH2( String text);
 
Printpos.linhaEmBranco( String text);
 
Printpos.start( );
Printpos.execute( callback);
 
Printpos.teste();
 

Readme

Keywords

Package Sidebar

Install

npm i react-native-printpos

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

8.97 MB

Total Files

383

Last publish

Collaborators

  • edipaulo