Firdaus Soberi
Firdaus Soberi
Maybe. Check the device specs. My printer shows support both android and ios
@keerthanaMol i don't understand your issue, can u describe it? so did u successfully printed or you're having connection problem?
i see. in that case just use the printcolumn function, [32] as length of column (for 58mm mini printer) and aligncenter. i mean like this: ```javascript await BluetoothEscposPrinter.printColumn([32],[BluetoothEscposPrinter.ALIGN.CENTER], ["any 32...
@Aquazee I don't remember how I solved the issue long time ago (am using v0.0.5, also using pod). I think I explicitly changed the import line in RNBluetoothEscposPrinter.m from ```#import...
Oh one more thing. In older version I think there's no podspec, mine looks like this (I name it ```react-native-bluetooth-escpos-printer.podspec```, put it outside of ios folder where the react-native-bluetooth-escpos-printer in...
I built apk with build tool 28. Maybe check in node_modules/react-native-bluetooth-escpos-printer and check android/build.gradle. There you find the gradle version (com. android.tools.build:gradle:3.2.1). I use 3.2.1 .