You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
Since we are leveraging Expo's many libraries, we are able to access the expo-camera library. See how we are using that API here: (#1)
Another very useful feature expo-camera has is the ability to scan barcode in the camera frame, without taking a picture. This should be connected to the barcode scanner API. See the expo-camera documentation here: (https://docs.expo.io/versions/latest/sdk/camera/)
I would particularly look at "onBarCodeScanned", "onBarCodeRead".
The text was updated successfully, but these errors were encountered:
Since we are leveraging Expo's many libraries, we are able to access the expo-camera library. See how we are using that API here: (#1)
Another very useful feature expo-camera has is the ability to scan barcode in the camera frame, without taking a picture. This should be connected to the barcode scanner API. See the expo-camera documentation here: (https://docs.expo.io/versions/latest/sdk/camera/)
I would particularly look at "onBarCodeScanned", "onBarCodeRead".
The text was updated successfully, but these errors were encountered: