react-native-vision-camera
Version:
A powerful, high-performance React Native Camera library.
7 lines • 366 B
TypeScript
import type { ConfigPlugin } from '@expo/config-plugins';
/**
* Set the `enableFrameProcessors` flag inside of the XcodeProject.
* This is used to disable frame processors if you don't need it on iOS. (will save CPU and Memory)
*/
export declare const withEnableFrameProcessorsIOS: ConfigPlugin<boolean>;
//# sourceMappingURL=withEnableFrameProcessorsIOS.d.ts.map