react-native-buddy-intent-printer
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-native-buddy-intent-printer

All creds to https://github.com/lucasferreira/react-native-buddy-intent-printer

Usage

import SendBuddyIntentAndroid from "react-native-buddy-intent-printer"

var stringData = JSON.stringify(data);

//NOTE Print directly SendBuddyIntentAndroid.print(stringData).then(wasOpened => { //TODO if true - show Print completed modal });

//NOTE View Print SendBuddyIntentAndroid.viewPrint(stringData).then(wasOpened => { //TODO if true - show Print completed modal });

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i react-native-buddy-intent-printer

Weekly Downloads

9

Version

1.0.0

License

ISC

Unpacked Size

47.1 kB

Total Files

10

Last publish

Collaborators

  • gerhardkotze