React Native Bluetooth ESCPOS
Budget: $30 – $250 USD
Print Image using latest React Native to bluetooth Printer. I have succesfully connected to printer using https://github.com/januslo/react-native-bluetooth-escpos-printer
TO run you have to add podfile :
In node modules in React-native-bluetooth-escpos-printer
Create file called RNBluetoothEscposPrinter.podspec
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = 'RNBluetoothEscposPrinter'
s.version = package['version']
s.summary = package['description']
s.author = 'januslo'
s.homepage = 'https://github.com/januslo/react-native-bluetooth-escpos-printer’';
s.license = package['license']
s.platform = :ios, '9.0'
s.source = { :git => 'https://github.com/januslo/react-native-bluetooth-escpos-printer”, :tag => “#{s.version}' }
s.source_files = 'ios/**/*.{h,m}'
s.dependency 'React'
end
Then do npx pod-install
This will allow you to work with the library.
Successfully connect but it doesn't throw an error when printing or doesn't print. Just need someone find out if they have working code to print a picture to the printer.
TO run you have to add podfile :
In node modules in React-native-bluetooth-escpos-printer
Create file called RNBluetoothEscposPrinter.podspec
require 'json'
package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
Pod::Spec.new do |s|
s.name = 'RNBluetoothEscposPrinter'
s.version = package['version']
s.summary = package['description']
s.author = 'januslo'
s.homepage = 'https://github.com/januslo/react-native-bluetooth-escpos-printer’';
s.license = package['license']
s.platform = :ios, '9.0'
s.source = { :git => 'https://github.com/januslo/react-native-bluetooth-escpos-printer”, :tag => “#{s.version}' }
s.source_files = 'ios/**/*.{h,m}'
s.dependency 'React'
end
Then do npx pod-install
This will allow you to work with the library.
Successfully connect but it doesn't throw an error when printing or doesn't print. Just need someone find out if they have working code to print a picture to the printer.