By default react-native-barcodescanner continuously reads bar codes. I'd like it to read a bar code and then stop. How do I do that?
ZXing has the option to do this, How to stop continuous scanning by zxing-android-embedded in Android, but react-native-barcodescanner seems to not expose this functionality.