expo-pngme-sdk
Version:
Expo SDK for Pngme financial insights - Android only, optimized for managed workflow
12 lines • 387 B
TypeScript
import { ConfigPlugin } from '@expo/config-plugins';
export interface PngmePluginProps {
pngmeSdkVersion?: string;
pngmeMavenUrl?: string;
}
/**
* Expo config plugin for Pngme SDK
* Automatically configures Android permissions and dependencies
*/
declare const withPngme: ConfigPlugin<PngmePluginProps | void>;
export default withPngme;
//# sourceMappingURL=withPngme.d.ts.map