About 188,000 results
Open links in new tab
  1. Barcode scanning using react native - Stack Overflow

    Apr 28, 2016 · I am using react-native-camera to build a barcode scanner for Android and iOS both. I am able to scan the barcode in iOS but the issue is there is no visual for the scanning …

  2. Error: Cannot find native module 'ExpoBarCodeScanner' in React …

    Dec 8, 2023 · I've been working on a legacy react native project (react native version 0.64.3) and I'm trying to install the library expo-barcode-scanner, but after installation if I import the …

  3. How to scan a qr code in React Native cli? - Stack Overflow

    Dec 14, 2022 · Use the react-native-qrcode-scanner package in React Native to scan QR codes. Here is an illustration of how you may employ it:

  4. react native - Expo SDK 53: App won’t launch after barcode …

    May 16, 2025 · I recently upgraded my React Native app to Expo SDK 53 because the latest Expo Go for iOS required it. Since the migration, I’ve run into a critical issue: the app builds fine and …

  5. expo-barcode-scanner only works once with react-native version …

    Nov 5, 2021 · expo-barcode-scanner only works once with react-native version 0.64.2 and expo 43.0.0 Asked 4 years, 1 month ago Modified 2 years, 8 months ago Viewed 11k times

  6. How to make a Barcode scanner in React native? - Stack Overflow

    Oct 15, 2022 · 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.

  7. javascript - How to capture physical barcode scanner's scanned …

    Aug 5, 2022 · I am working on an application using React Native version 0.68.2. I would like to detect a barcode scanning event from a physical scanner hardware available in the mobile …

  8. react native - Error related to library expo-barcode-scanner when I …

    I create a project using Expo with React Native and it works on the emulator using Expo. But when I try to compile the project to generate an apk using the command cd android ./gradlew …

  9. Barcode scanner for a react application - Stack Overflow

    Dec 19, 2018 · Physical barcode scanners act as a keyboard, so if you set focus to the text field where you want the code to be placed by default, once you scan the code, it will appear in the …

  10. React Native Expo Barcode Scanner Navigation - Stack Overflow

    Jul 9, 2024 · I'm new to react native and expo and I followed a tutorial online for a barcode scanning app using expo, but it didn't cover how to navigate away from the expo camera app …