Camera/QR-scanner not always picking up QR-codes

Hello.

My code is basically:
<Camera onBarCodeScanned={this.handleBarCodeScanned} style={StyleSheet.absoluteFill}

The issue is that the onBarCodeScanned is not always triggered. Sometimes it works by switching between other views then back to the scanner in order to scan. Any idea on what this issue could be? Thanks.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.