react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

React-Native plugin for the bluetooth ESC/POS & TSC printers.

Results 107 react-native-bluetooth-escpos-printer issues
Sort by recently updated
recently updated
newest added

![Screen Shot 1940-12-25 at 5 32 16 PM](https://user-images.githubusercontent.com/11364449/54474991-f98e3080-4811-11e9-88b8-0f9dd418e4ee.png) I got these error logs while building app with cli: export ENVFILE=.env && cd android && ./gradlew assembleRelease --debug; also, I can...

Expression does not compute the number of elements in this array; element type is 'const unichar' (aka 'const unsigned short'), not 'char' else if (cValue < sizeof(C40_BASIC_SET_CHARS) / sizeof(char)) giving...

Problems: - always getting this error whenever run ```react-native run-android``` ![Screen Shot 2022-05-23 at 16 51 59](https://user-images.githubusercontent.com/74668899/169793584-212ac519-f2f0-46cd-8cae-f9523377b7c3.png) s currently I've added those ```google()``` line inside my node_modules in my react-native...

I used it in my app , it prints . It is okk . But I want to print fresh text like Category : blue , Date : 11-04-2021, Test:...

`error{"nativeStackAndroid":[],"userInfo":null,"message":"NOT_STARTED","code":"DISCOVER"}` ![image](https://user-images.githubusercontent.com/44763288/89869688-49c81880-dbe7-11ea-81cf-348f2ef02694.png) Do you have any Idea? its a fresh project ``` import React, {Component} from 'react'; import {ActivityIndicator, Platform, StyleSheet, Text, View, Button, ScrollView, DeviceEventEmitter, NativeEventEmitter, Switch, TouchableOpacity, Dimensions,...

Pod Installed react-native-bluetooth-escpos-printer 0.0.5 after running gives error ZXingObjC/ZXingObjC.h' file not found. tried Installing pod from react-native-bluetooth-escpos-printer/ios/ZXingObjC-3.2.2. New Error found : ![Screenshot 2020-02-22 at 11 13 49 PM](https://user-images.githubusercontent.com/50393935/75096794-093cfa00-55c9-11ea-8d67-4ba1c8354e59.png) Tried installing...

I would like to use BluetoothTscPrinter function to print my THAI language i research on this column and i cannot found it. I only found BluetoothEscposPrinter has function encoding to...

Hi, i'm trying this module, in Android is working ok, but in IOS i cannot start the app. Getting this error.. 'stringByReplacingPercentEscapesUsingEncoding:' is deprecated: first deprecated in iOS 9.0 -...

This app was tested on Android device and it's working fine but on Xcode I am unable to build the release The error I am having is `../node_modules/react-native-bluetooth-escpos-printer/ios/ZXingObjC-3.2.2/ZXingObjC/client/result/ZXResultParser.m:252:20: ` >...

is this library supports pdf doc printing?