react-native-ozow
Version:
React Native Ozow is a React Native library for integrating Ozow payment gateway into your React Native app. It supports both In-App and Link payments.
26 lines (24 loc) • 522 B
text/typescript
import Ozow from './src/Ozow';
import PaymentLink from './src/PaymentLink';
import {
CountryCodes,
CurrencyCodes,
OzowLinkResponse,
OzowPaymentData,
OzowPaymentError,
OzowPaymentResponse,
OzowProps,
OzowTransactionStatus
} from './src/utils/interfaces';
export {
CurrencyCodes,
CountryCodes,
Ozow,
OzowProps,
OzowPaymentData,
OzowPaymentError,
OzowPaymentResponse,
OzowTransactionStatus,
PaymentLink,
OzowLinkResponse
}