UNPKG

@spicysparks/react-native-iap

Version:
10 lines (9 loc) 449 B
import { ConfigPlugin } from 'expo/config-plugins'; type PaymentProvider = 'Amazon AppStore' | 'both' | 'Play Store'; export declare const modifyAppBuildGradle: (buildGradle: string, paymentProvider: PaymentProvider) => string; export declare const modifyProjectBuildGradle: (buildGradle: string) => string; interface Props { paymentProvider?: PaymentProvider; } declare const _default: ConfigPlugin<Props | undefined>; export default _default;