react-native-alert-notification
Version:
Toast notification and dialog box notification for react native
73 lines (69 loc) • 1.56 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ALERT_TYPE", {
enumerable: true,
get: function () {
return _ENV.ALERT_TYPE;
}
});
Object.defineProperty(exports, "AlertNotificationDialog", {
enumerable: true,
get: function () {
return _containers.Dialog;
}
});
Object.defineProperty(exports, "AlertNotificationRoot", {
enumerable: true,
get: function () {
return _containers.Root;
}
});
Object.defineProperty(exports, "AlertNotificationToast", {
enumerable: true,
get: function () {
return _containers.Toast;
}
});
Object.defineProperty(exports, "Dialog", {
enumerable: true,
get: function () {
return _containers.Dialog;
}
});
Object.defineProperty(exports, "IConfigDialog", {
enumerable: true,
get: function () {
return _containers.IConfigDialog;
}
});
Object.defineProperty(exports, "IConfigToast", {
enumerable: true,
get: function () {
return _containers.IConfigToast;
}
});
Object.defineProperty(exports, "Root", {
enumerable: true,
get: function () {
return _containers.Root;
}
});
Object.defineProperty(exports, "Toast", {
enumerable: true,
get: function () {
return _containers.Toast;
}
});
exports.default = void 0;
var _ENV = require("./config/ENV");
var _containers = require("./containers");
var _default = {
Dialog: _containers.Dialog,
Toast: _containers.Toast,
Root: _containers.Root,
ALERT_TYPE: _ENV.ALERT_TYPE
};
exports.default = _default;
//# sourceMappingURL=index.js.map
;