Searched refs:useWebQRScanner (Results 1 – 9 of 9) sorted by relevance
| /expo/packages/expo-camera/build/ |
| H A D | useWebQRScanner.d.ts.map | 1 {"version":3,"file":"useWebQRScanner.d.ts","sourceRoot":"","sources":["../src/useWebQRScanner.ts"],…
|
| H A D | useWebQRScanner.d.ts | 3 export declare function useWebQRScanner(video: React.MutableRefObject<HTMLVideoElement | null>, { i… function
|
| H A D | ExponentCamera.web.js | 10 import { useWebQRScanner } from './useWebQRScanner'; 24 useWebQRScanner(video, {
|
| H A D | useWebQRScanner.js | 60 export function useWebQRScanner(video, { isEnabled, captureOptions, interval, onScanned, onError, }… function
|
| H A D | useWebQRScanner.js.map | 1 …useWebQRScanner.js","sourceRoot":"","sources":["../src/useWebQRScanner.ts"],"names":[],"mappings":…
|
| H A D | ExponentCamera.web.js.map | 1 …useWebQRScanner } from './useWebQRScanner';\n\nexport interface ExponentCameraRef {\n getAvailabl…
|
| /expo/packages/expo-camera/src/ |
| H A D | ExponentCamera.web.tsx | 16 import { useWebQRScanner } from './useWebQRScanner'; 47 useWebQRScanner(video, {
|
| H A D | useWebQRScanner.ts | 75 export function useWebQRScanner( function
|
| /expo/packages/expo-camera/ |
| H A D | CHANGELOG.md | 136 - Update `useWebQRScanner` to allow scanning QR codes with inverted colors (light foreground and da…
|