UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK React Native Plugin for Android and iOS

5 lines (4 loc) 278 B
import { ConfigPlugin } from '@expo/config-plugins'; import { ScanbotConfigPlugin } from './pluginTypes'; export declare const withAndroidMavenURLs: ConfigPlugin<Pick<ScanbotConfigPlugin, 'mavenURLs'>>; export declare const addMavenRepo: (projectBuildGradle: string) => string;