UNPKG

@adsesugh/monnify-react-native

Version:

A React Native component for integrating Monnify payment gateway using WebView for both React Native CLI and Expo.

13 lines 427 B
import React from "react"; import Monnify from '../services/monnify'; interface MonnifyModalProps { visible: boolean; checkoutUrl: string; transactionReference: string; monnifyInstance: Monnify; onClose: (response?: any) => void; onPaymentComplete?: (verifiedResponse: any) => void; } export declare const MonnifyModal: React.FC<MonnifyModalProps>; export {}; //# sourceMappingURL=monnify-modal.d.ts.map