UNPKG

stripe-react-native-apple-pay

Version:

React Native wrapper around Stripe Apple Pay

13 lines (8 loc) 301 B
import * as PlatformPay from './PlatformPay'; import * as ApplePayButtonComponent from './components/ApplePayButtonComponent'; export { PlatformPay, ApplePayButtonComponent }; export * from './Errors'; export interface InitialiseParams { publishableKey: string; merchantIdentifier?: string; }