UNPKG

react-native-vision-camera

Version:

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

10 lines (9 loc) 384 B
import type { GestureController } from './GestureController.nitro'; /** * A {@linkcode TapToFocusGestureController} is a {@linkcode GestureController} * that can trigger a {@linkcode CameraController}'s * {@linkcode CameraController.focusTo | focusTo(...)} * action via a native tap to focus gesture. */ export interface TapToFocusGestureController extends GestureController { }