UNPKG

@olo/pay-react-native

Version:
19 lines (13 loc) 745 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) // Inline type required for codegen - mirrors CvvTokenResult from definitions.ts // Nested style object for CVV styles // Custom error messages // Command definitions for native methods export const Commands = codegenNativeCommands({ supportedCommands: ['focus', 'blur', 'clear', 'createCvvUpdateToken'] }); export default codegenNativeComponent('PaymentCardCvvView'); //# sourceMappingURL=PaymentCardCvvViewNativeComponent.js.map