QR code Scanner for library

i want to implement a scanner that scans qr code and bar code then pass data to a form and automatically goes to the screen of that form i’m trying to use expo-barcode-scanner but i dunno how to get around it
any help will be veryyy much appreciated

The Expo Barcode Scanner easily handles QR and bar-codes.

If you need to fill a web form, you can open it in a WebView and potentially inject some JS to fill it.