How to build a QR Code Scanner with Expo ( React Native )

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 25

  • @izcode61
    @izcode61 2 месяца назад +1

    Nice tutorial, like from Brazil. Thanks.

  • @logeshkumarrajkumar861
    @logeshkumarrajkumar861 2 месяца назад

    Clean tutorial. Loved it

  • @ChristopherAbani.T.
    @ChristopherAbani.T. 5 дней назад

    Clean tutorial..you can say that again.

  • @thomas-harley
    @thomas-harley Месяц назад

    Hey Dan, great video - I'm finding the Expo barcode scanner really robust for scanning badges with QR codes (low light, reflection testing etc), did you run into any issues at all in production apps?

  • @collinsk8754
    @collinsk8754 2 месяца назад

    Great tutorial!

  • @tamaniphiri
    @tamaniphiri 2 месяца назад

    Nice 🔥 🔥

  • @felipemelendez5741
    @felipemelendez5741 Месяц назад

    Thanks!

  • @kajiingagno7713
    @kajiingagno7713 13 дней назад

    hi, i followed the tutorial and when i try it on my ios device, the camera freezes when going back to the app. Is there any solution for this? Thank you in advance.

  • @davidlintin
    @davidlintin 24 дня назад

    So how did you do the overlay with the corner radius? lol
    I tried a few options. Masked view but couldn’t figure it out. And doing a top bottom left right overlay but then can’t have a rounded border.

    • @DanRNLab
      @DanRNLab  23 дня назад

      I used React-Native Skia. You can see the sample code in the description

  • @dananjayachathuranga7113
    @dananjayachathuranga7113 2 месяца назад

  • @noobchess2516
    @noobchess2516 13 дней назад

    do we really need expo prebuild to use camera ?

    • @DanRNLab
      @DanRNLab  10 дней назад

      Yes, there is no other way. You need to use config plugins which require prebuild
      docs.expo.dev/versions/latest/sdk/camera/#configuration-in-appjsonappconfigjs

  • @Bheesham-mm
    @Bheesham-mm Месяц назад

    Good Dear

  • @KevinMike-GM
    @KevinMike-GM 3 дня назад

    Who can enlighten me, tell me how it would be to insert the scanned value into an input that is in another view, please?

  • @gsvicky97
    @gsvicky97 Месяц назад +1

    I need vehicle number plate scan and number display in input

    • @djudlz7550
      @djudlz7550 12 дней назад

      use tensorflow with expo

  • @poxh
    @poxh Месяц назад

    it doesnt work my camera is black

  • @genearcher
    @genearcher Месяц назад

    Is all the instructions in tiny texts like iam seeing please say no

  • @kaspersanders4511
    @kaspersanders4511 25 дней назад

    how are you supposed to use a real phone if you cant use expo go? lol

    • @DanRNLab
      @DanRNLab  25 дней назад

      Once you plug in your phone, if you have Xcode and Android Studio set up, you can do:
      npx expo run:ios --device
      npx expo run:android --device

    • @KevinMike-GM
      @KevinMike-GM 3 дня назад

      I have tried using expo go and it worked perfectly,