UNPKG

@config-plugins/react-native-pdf

Version:

Config plugin to auto configure react-native-pdf on prebuild

6 lines (5 loc) 320 B
import { ConfigPlugin } from "expo/config-plugins"; export declare const withAndroidPackagingOptions: ConfigPlugin; export declare function addAndroidPackagingOptions(src: string): import("@expo/config-plugins/build/utils/generateCode").MergeResults; declare const _default: ConfigPlugin<void>; export default _default;