This is a android React Native bridge for Google's zxing barcode scanning library.
There are many other barcode scanning libraries available, but after using them we found the following issues.
- Some of them are not working perfect on all the android devices.
- The scanning speed is slower than Google's zxing, which we tested in web and pure Android as well.
So we decided to implement the bridge to improve the performance as well as overall barcode scanning experience for React Native Mobile app.