Skip to content

Can't display EAN-13 format #1

Description

@Cebri63

I have no problem with "CODE128" format, but I can't display "EAN-13" format.

const App = () => {
  const value = "Hello World";
  return (
    <View style={styles.container}>
      <Barcode value={value} format="EAN-13" />
    </View>
  );
};

I tried :

  • EAN13, EAN-13, EAN
  • add the flat prop as I've seen elsewhere, but that doesn't change anything

Anyone have a solution?

Capture d’écran 2020-08-27 à 12 11 52

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions