react-native-kora-checkout
Version:
A React Native SDK for integrating the Kora payment gateway, enabling secure and seamless payment processing in mobile applications. This SDK provides an easy-to-use interface for initializing payments, managing transaction events, and customizing payment
13 lines (12 loc) • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "useKoraCheckout", {
enumerable: true,
get: function () {
return _koraCheckout.useKoraCheckout;
}
});
var _koraCheckout = require("./hooks/koraCheckout.js");
//# sourceMappingURL=index.js.map