UNPKG

expo-camera

Version:

A React component that renders a preview for the device's either front or back camera. Camera's parameters like zoom, auto focus, white balance and flash mode are adjustable. With expo-camera, one can also take photos and record videos that are saved to t

8 lines (7 loc) 248 B
import { type ConfigPlugin } from 'expo/config-plugins'; declare const _default: ConfigPlugin<void | { cameraPermission?: string | false; microphonePermission?: string | false; recordAudioAndroid?: boolean; }>; export default _default;