vali aghaei
vali aghaei
At Path android/app/build.gradle defaultConfig { multiDexEnabled true //Add this line }
> ``` > @ReactMethod > public void setBlob(int weight,final Promise promise) { > if(sendDataByte(PrinterCommand.POS_Set_Bold(weight))){ > promise.resolve(null); > }else{ > promise.reject("COMMAND_NOT_SEND"); > } > } > ``` > > **That means,...
> @rehancg @vikaskbh i use **setBlob**, it didnt bold the text.. anyone gt the solutions? > And is it possible print text with large font size, without bold the the...