Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

How i get an array of barcodes at one time in onBarCodeRead ? #2680

@idanlevi1

Description

@idanlevi1

I have a long barcode that split to 2 lines
i need to catch the barcode at one time

my code:

<RNCamera 
    style={styles.preview}
    onBarCodeRead={this.onBarCodeRead}
    type={RNCamera.Constants.Type.back}
    androidCameraPermissionOptions={{
        title: 'Permission to use camera',
        message: 'We need your permission to use your camera',
        buttonPositive: 'Ok',
        buttonNegative: 'Cancel',
    }}
>

I get the codes one by one (Not in the right order) and all the time i get code-128

version react-native 59.8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions