I was trying QR Code scanner in a React Native project. I have used these two libraries -
https://github.com/moaazsidat/react-native-qrcode-scanner
https://github.com/ekreutz/react-native-barcode-scanner-google
Both of these libraries doesn't scan QR Code from an angle. Phone should be exactly in front of QR Code then only it scans. However, same library works very fast and from any angle in iOS. Is it a limitation of android camera? Can we do something to achieve same behaviour in Android too?