UNPKG

react-native-telebirr-payment

Version:
18 lines (17 loc) 723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); const LINKING_ERROR = `The package 'react-native-telebirr-payment' doesn't seem to be linked. Make sure: \n\n` + _reactNative.Platform.select({ ios: "- You have run 'pod install'\n", default: '' }) + '- You rebuilt the app after installing the package\n' + '- You are not using Expo Go\n'; const TelebirrPayment = _reactNative.NativeModules.TelebirrPaymentModule ? _reactNative.NativeModules.TelebirrPaymentModule : new Proxy({}, { get() { throw new Error(LINKING_ERROR); } }); var _default = exports.default = TelebirrPayment; //# sourceMappingURL=index.js.map