UNPKG

expo-finance-kit

Version:

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

6 lines (5 loc) 182 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare const withEntitlements: ConfigPlugin<{ appGroupIdentifier: string; enableBackgroundDelivery: boolean; }>;