Generate QR Code in Expo React Native App

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024
  • Hi everyone!
    Today I am going to show you how to generate a QR code in your expo react native Android or iOS app using the react-native-qrcode-svg npm package. You will also need to install react-native-svg. Please note you will not need to eject and manually link the native svg module as specified in the package documentation as Expo links that already.
    If you are interested in my source code from the tutorial today, you can find it on GitHub:
    github.com/che...
    You’ve clearly come here to learn and a free audible trial allows you to increase your learning potential in situations where you may be hands free like at the gym or on your commute. It allows you to spend more time on theory when you aren’t able to watch a screen, so that you can maximise your screen time to pick up technical skills. Try it for free today:
    amzn.to/3ECMsom
    // ABOUT ME
    My name is Chelsea and I started studying software engineering in 2010. I have been working commercially full time since 2014 and have been in various positions from graduate developer to tech lead to solution architect.
    I'm a full stack developer with a lot of experience in C# and Javascript but my passion is for mobile development; specifically native iOS development and cross platform using React Native.
    I always have many things on the go and am always trying out a new side hustle and failing at it; perhaps you can learn from my mistakes!
    Please like and subscribe if you enjoyed this video and want to see more like it!
    Have any suggestions on topics you would like to learn more about? Please suggest them in the comments... I would love to help you out while doing a bit of learning myself!
    // PRODUCTS USED
    I use the following products in the creation of my videos:
    Boya MM1 Microphone - amzn.to/3m6kif7
    A reasonable quality and reasonably sturdy but cost effective microphone that can be used by both DSLR cameras, mobile phones and laptops
    Canon 18-55mm Lens - amzn.to/3IwscFR
    A kit lens but a decent quality lens for beginners getting used to a DSLR
    Canon EOS Rebel T7 with 18-55mm Lens - amzn.to/3XZauAL
    This is the kit I started with it includes the lens linked above and is a great starter camera.
    I love Apple devices... These are the ones I use for my channel content creation:
    Apple iPhone 13 - amzn.to/3KAUba4
    A good all round phone, good for Apple development and recording videos with enough high quality features but at a cheaper price point than the pro versions.
    Apple MacBook Pro - amzn.to/3KxrE5q
    A nice portable computer for working from anywhere and perfect for iOS development
    Apple iPad Air - amzn.to/3xU2k21
    Really easy to use for graphic design if required for logos as part of my app development or editing the videos on the go.
    Apple Pencil (2nd Generation) - amzn.to/3EBSwNS
    For logo and icon design in Affinity Designer app for iPad
    Logitech Folio Keyboard Touch - amzn.to/3XUYBM1
    Adds keyboard and touchpad to iPad Air, making it easier to use for writing code/eBooks etc. on the go!
    DISCLAIMER: Links included in this description might be affiliate links. If you purchase a product or service with the links that I provide I may receive a small commission. There is no additional charge to you! Thank you for supporting my channel so I can continue to provide you with free content each week!
    //CONTACT:
    Please contact me at: hello@tripwiretech.com
    //CRAVING MORE:
    You can find links to all my different sites and social media over on Linktree: linktr.ee/miss...

ความคิดเห็น • 16

  • @davidlintin
    @davidlintin ปีที่แล้ว +2

    Great tutorials. Every time I search for a react native feature you’re there. Thank you so much.

    • @MissCoding
      @MissCoding  ปีที่แล้ว +1

      Glad you found it helpful!

  • @LuisDanielRadyColunga
    @LuisDanielRadyColunga ปีที่แล้ว

    I´m wondering if there´s a way to know if the QR code has been scanned 🤔

  • @SonnyTechAcademy
    @SonnyTechAcademy 2 ปีที่แล้ว +1

    Herh u're too much ma'am 🔥🔥🔥. Thanks for this tutorial

  • @_Fedor71
    @_Fedor71 7 หลายเดือนก่อน

    Hello, could you show me how to download the generated code to your phone?

  • @alimosbah
    @alimosbah 9 หลายเดือนก่อน

    Is it possible to search the database for the same application through QRCode? For example: There is a QRCode that contains the details of a car. After submitting this code and scanning it through the app, a special page with the details of this car will be displayed in the app!!!!

    • @brayancalderon9786
      @brayancalderon9786 8 หลายเดือนก่อน

      Yeah, that's possible, actually I'm working in something similar but it's a library app. So what you need to do is to generate a QRCode that contains maybe the id of the car, then when you scan the QRcode you get the id and using that id you search for the car on your database.

  • @beastnighttv
    @beastnighttv ปีที่แล้ว +1

    is it possible to download the qrcode to our Gallery? also I want to upload the QRCode to Firebase Storage is it possible? If yes, can you pls make a video on it :)

  • @sanathrao2009
    @sanathrao2009 ปีที่แล้ว

    I want to share a json via a qr code which should open in a browser when opened. is it possible?

  • @enfn2001
    @enfn2001 2 ปีที่แล้ว +1

    Thank you for teaching 🦉

    • @MissCoding
      @MissCoding  2 ปีที่แล้ว

      Thank you for watching 😀

  • @osmanbey1401
    @osmanbey1401 ปีที่แล้ว

    hello,
    I'm getting this error:
    _qrcode.default.create is not a function. (in ' _qrcode.default.create ( value, {
    errorCorrectioinLevel: errorCorrectionLevel
    ) '), '_qrcode.default.create' is undefined)
    can you please solve this is error

    • @alexzil2142
      @alexzil2142 ปีที่แล้ว

      Hello. Did you solve this? I'm equally having this error

    • @senior_pomodor
      @senior_pomodor ปีที่แล้ว

      @@alexzil2142 try react-native-qrcode-styled

  • @AMAN-ed5zu
    @AMAN-ed5zu ปีที่แล้ว

    Good job mam..

  • @wtfnastia
    @wtfnastia 5 หลายเดือนก่อน

    very old tutorial, all methods deprecated