UNPKG

react-native-scanbot-barcode-scanner-sdk

Version:

Scanbot Barcode Scanner SDK React Native Plugin for Android and iOS

4 lines (3 loc) 224 B
import { ConfigPlugin } from '@expo/config-plugins'; import { ScanbotConfigPlugin } from './pluginTypes'; export declare const withAndroidCameraPermission: ConfigPlugin<Pick<ScanbotConfigPlugin, 'androidCameraPermission'>>;