react-native-klarna-inapp-sdk
Version:
This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.
7 lines • 465 B
JavaScript
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands';
export const Commands = codegenNativeCommands({
supportedCommands: ['initialize', 'load', 'loadPaymentReview', 'authorize', 'reauthorize', 'finalize']
});
export default codegenNativeComponent('RNKlarnaPaymentView');
//# sourceMappingURL=KlarnaPaymentViewNativeComponent.js.map