react-native-unit-components
Version:
Unit React Native components
15 lines (14 loc) • 647 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.CardAddToWalletErrors = exports.BottomSheetNativeMessage = void 0;
let BottomSheetNativeMessage = exports.BottomSheetNativeMessage = /*#__PURE__*/function (BottomSheetNativeMessage) {
BottomSheetNativeMessage["REQUEST_RENDERING"] = "requestRendering";
return BottomSheetNativeMessage;
}({});
let CardAddToWalletErrors = exports.CardAddToWalletErrors = /*#__PURE__*/function (CardAddToWalletErrors) {
CardAddToWalletErrors["closedNativeWalletScreen"] = "VP_ERROR_302";
return CardAddToWalletErrors;
}({});
//# sourceMappingURL=bottomSheetMessage.js.map