Hello and welcome in this video we will create a Mobile Application to read and create QR Code using React Native Expo and a few other Javascript packages. Before Expo SDK 51 was released there was a separate library to scan bar codes. Now the barcode scanner components come along with the expo camera library. The app will contain three features. First scan QR codes using the camera. For that we will use the expo camera library. The second one is to scan qr codes from images files. Now expo does not provide any library to scan QR codes from images. So we will use a combination of react native, expo libraries and javascript packages. Finally we will create qr codes using react-native-qrcode-svg package.
Github repo
https://github.com/dhritich20baruah/Q...
Time stamp
00:00 Introduction
00:54 Create Expo App and React Native Navigation
10:09 QR Code scanner using expo camera
24: 36 Scan Results
33:16 Scan from Image
50:44 Create QR Code
01:02:41 History