reactjsreact-nativemobile-development

How to make a Barcode scanner in React native?


I would like to create a barcode scanner in React Native with typescript; however, there are no libraries or anything that I can use. I am not using EXPO.


Solution

  • Use the new camera library which is https://mrousavy.com/react-native-vision-camera/ and create QrCodeScanner using their frame processor : https://github.com/rodgomesc/vision-camera-code-scanner