react-native-vision-camera
Version:
A powerful, high-performance React Native Camera library.
7 lines • 378 B
TypeScript
import type { ConfigPlugin } from '@expo/config-plugins';
/**
* Set the `VisionCamera_enableFrameProcessors` value in the static `gradle.properties` file.
* This is used to disable frame processors if you don't need it for android.
*/
export declare const withEnableFrameProcessorsAndroid: ConfigPlugin<boolean>;
//# sourceMappingURL=withEnableFrameProcessorsAndroid.d.ts.map