@olo/pay-react-native
Version:
Olo Pay React Native SDK
25 lines (18 loc) • 852 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = exports.Commands = void 0;
var _reactNative = require("react-native");
// Copyright © 2022 Olo Inc. All rights reserved.
// This software is made available under the Olo Pay SDK License (See LICENSE.md file)
// 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
const Commands = exports.Commands = (0, _reactNative.codegenNativeCommands)({
supportedCommands: ['focus', 'blur', 'clear', 'createPaymentMethod']
});
var _default = exports.default = (0, _reactNative.codegenNativeComponent)('PaymentCardDetailsView');
//# sourceMappingURL=PaymentCardDetailsViewNativeComponent.js.map