@spicysparks/react-native-iap
Version:
React Native In App Purchase Module.
10 lines • 487 B
TypeScript
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;
//# sourceMappingURL=withIAP.d.ts.map