UNPKG

expo-finance-kit

Version:

Native Expo module for Apple FinanceKit - Access financial data from Apple Card and other accounts

14 lines (13 loc) 447 B
import { ConfigPlugin } from '@expo/config-plugins'; interface Props { appGroupIdentifier: string; extensionName?: string; extensionBundleIdentifier?: string; } /** * Main plugin for FinanceKit extension * Uses withDangerousMod to create extension files, which is necessary * because we need to create new files outside the normal mod system */ export declare const withBackgroundDeliveryExtension: ConfigPlugin<Props>; export {};