Michael Wood

Results 50 comments of Michael Wood

Here's an ugly workaround. I've tried it in the past and it seemed to work: ```json { "scripts": { "eas-build-post-install": "sed -i.bak 's/english name/Turkish Name/' android/app/src/main/res/values/strings.xml && rm -f android/app/src/main/res/values/strings.xml.bak"...

I'm not sure if this will help, but maybe verify the correct changes from ["Installing Expo modules"](https://docs.expo.dev/bare/installing-expo-modules/) have been applied. Brent mentioned it in a similar iOS issue: https://github.com/expo/expo/issues/17277#issuecomment-1119103417

This looks like a problem with your environment rather than with JsBarcode. You'd need to provide more info.

Hi Do you need a barcode library for this? It seems that ZPL II (seems to be supported by the TE244) has built-in support for CODE 128 barcodes and the...

Hi "CODE-39" does not support the asterisk character. Does your barcode actually contain the asterisk at the end or is it just printed as part of the text? Maybe all...

What does the generated barcode look like after EVO has converted it to a PDF? Does it help if you specify the format? If JsBarcode produces the correct barcode in...

Could you elaborate on what you're trying to accomplish (as opposed to how you're trying to do it)? Also what does an example barcode look like in the HTML vs....

These barcodes both represent the same value. The difference is because the number is not an even number of digits. So the first 18 digits are encoded using CODE 128C...

> It is able to render SVGs, with it's own primitives This looks like React Native SVGs. Perhaps the following React Native code will work for you: https://snack.expo.io/@wodin/better-barcode-generator