Skip to content

springjphoenix/react-native-bluetooth-serial-with-image-printing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
姜春阳
Jun 7, 2019
bd3518c · Jun 7, 2019

History

3 Commits
Jun 6, 2019
Jun 6, 2019
Jun 6, 2019
Jun 7, 2019
Jun 6, 2019
Jun 6, 2019
Jun 6, 2019

Repository files navigation

React Native Bluetooth Serial With Image Printing

This is a port of react-native-bluetooth-serial repo, supporting image printing, specificlly ios. (There are lots of solutions for Android out there)

Usage

BluetoothSerial.writeImage(base64_encoded_string_of_image)
    .then(() => { console.log('do something') })
    .catch(err => console.log(err));

About

Port of react-native-bluetooth-serial supporting image printing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published