@olo/pay-react-native
Version:
Olo Pay React Native SDK
19 lines (13 loc) • 695 B
JavaScript
// Copyright © 2022 Olo Inc. All rights reserved.
// This software is made available under the Olo Pay SDK License (See LICENSE.md file)
import { codegenNativeComponent, codegenNativeCommands } from 'react-native';
// Event types - inline definitions required for codegen (mirrors types in definitions.ts)
// Nested style object for card styles
// Placeholder strings
// Custom error messages
// Command definitions for native methods
export const Commands = codegenNativeCommands({
supportedCommands: ['focus', 'blur', 'clear', 'createPaymentMethod']
});
export default codegenNativeComponent('PaymentCardDetailsView');
//# sourceMappingURL=PaymentCardDetailsViewNativeComponent.js.map