1.0.0 • Published 3 years ago

react-native-buddy-intent-printer v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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