ideacreation / react-native-barcodescanner

A barcode scanner component for react native - not maintained anymore - use react-native-camera
MIT License
537 stars 162 forks source link

Doesn't work when nested in a Scrollview or Modal #60

Open JasonHenson opened 7 years ago

JasonHenson commented 7 years ago

The camera works fine and scans barcodes until I try to nest the component inside of a ScrollView or in a Modal. While maybe having it inside of modal might not be practical, it would be nice to be able to nest inside of ScrollView and just have it ignore scrolling or something.