UNPKG

react-native-vision-camera

Version:

VisionCamera is the fastest and most powerful Camera for react-native.

3 lines (2 loc) 190 B
import type { CameraSession } from '../../specs/session/CameraSession.nitro'; export declare function useCameraSessionIsRunning(session: CameraSession | undefined, isActive: boolean): void;