Home
last modified time | relevance | path

Searched refs:useWebQRScanner (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-camera/build/
H A DuseWebQRScanner.d.ts.map1 {"version":3,"file":"useWebQRScanner.d.ts","sourceRoot":"","sources":["../src/useWebQRScanner.ts"],…
H A DuseWebQRScanner.d.ts3 export declare function useWebQRScanner(video: React.MutableRefObject<HTMLVideoElement | null>, { i… function
H A DExponentCamera.web.js10 import { useWebQRScanner } from './useWebQRScanner';
24 useWebQRScanner(video, {
H A DuseWebQRScanner.js60 export function useWebQRScanner(video, { isEnabled, captureOptions, interval, onScanned, onError, }… function
H A DuseWebQRScanner.js.map1useWebQRScanner.js","sourceRoot":"","sources":["../src/useWebQRScanner.ts"],"names":[],"mappings":…
H A DExponentCamera.web.js.map1useWebQRScanner } from './useWebQRScanner';\n\nexport interface ExponentCameraRef {\n getAvailabl…
/expo/packages/expo-camera/src/
H A DExponentCamera.web.tsx16 import { useWebQRScanner } from './useWebQRScanner';
47 useWebQRScanner(video, {
H A DuseWebQRScanner.ts75 export function useWebQRScanner( function
/expo/packages/expo-camera/
H A DCHANGELOG.md136 - Update `useWebQRScanner` to allow scanning QR codes with inverted colors (light foreground and da…