react-native-vision-camera
Version:
A powerful, high-performance React Native Camera library.
8 lines • 400 B
TypeScript
import type { ConfigPlugin } from '@expo/config-plugins';
import type { ConfigProps } from './@types';
/**
* Set the `VisionCamera_enableCodeScanner` value in the static `gradle.properties` file.
* This is used to add the full MLKit dependency to the project.
*/
export declare const withAndroidMLKitVisionModel: ConfigPlugin<ConfigProps>;
//# sourceMappingURL=withAndroidMLKitVisionModel.d.ts.map