Skip to content

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

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • Objective-C 58.8%
  • Java 36.6%
  • C 3.1%
  • JavaScript 1.5%