Home
last modified time | relevance | path

Searched defs:useWebQRScanner (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-camera/build/
H A DuseWebQRScanner.d.ts3 export declare function useWebQRScanner(video: React.MutableRefObject<HTMLVideoElement | null>, { i… function
H A DuseWebQRScanner.js60 export function useWebQRScanner(video, { isEnabled, captureOptions, interval, onScanned, onError, }… function
/expo/packages/expo-camera/src/
H A DuseWebQRScanner.ts75 export function useWebQRScanner( function