UNPKG

@adsesugh/monnify-react-native

Version:

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

5 lines (4 loc) 138 B
import React from 'react'; import { PaymentProps } from './types'; declare const Monnify: React.FC<PaymentProps>; export default Monnify;