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

Description
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