UNPKG

@olo/pay-react-native

Version:
17 lines (12 loc) 674 B
// 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 form styles // Placeholder strings // Command definitions for native methods export const Commands = codegenNativeCommands({ supportedCommands: ['focus', 'blur', 'clear', 'createPaymentMethod'] }); export default codegenNativeComponent('PaymentCardDetailsForm'); //# sourceMappingURL=PaymentCardDetailsFormNativeComponent.js.map