react-native-vision-camera
Version:
VisionCamera is the fastest and most powerful Camera for react-native.
10 lines (9 loc) • 354 B
TypeScript
import type { GestureController } from './GestureController.nitro';
/**
* A {@linkcode ZoomGestureController} is a {@linkcode GestureController}
* that can modify a {@linkcode CameraController}'s
* {@linkcode CameraController.zoom | zoom} via a
* native pinch-to-zoom gesture.
*/
export interface ZoomGestureController extends GestureController {
}