react-native-klarna-inapp-sdk
Version:
This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.
7 lines • 419 B
JavaScript
import codegenNativeCommands from 'react-native/Libraries/Utilities/codegenNativeCommands';
import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
export const Commands = codegenNativeCommands({
supportedCommands: ['setSnippet', 'suspend', 'resume']
});
export default codegenNativeComponent('RNKlarnaCheckoutView');
//# sourceMappingURL=KlarnaCheckoutViewNativeComponent.js.map