UNPKG

@sendbird/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

41 lines (40 loc) 1.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "GroupChannelNotificationsContexts", { enumerable: true, get: function () { return _moduleContext.GroupChannelNotificationsContexts; } }); Object.defineProperty(exports, "GroupChannelNotificationsContextsProvider", { enumerable: true, get: function () { return _moduleContext.GroupChannelNotificationsContextsProvider; } }); Object.defineProperty(exports, "GroupChannelNotificationsHeader", { enumerable: true, get: function () { return _GroupChannelNotificationsHeader.default; } }); Object.defineProperty(exports, "GroupChannelNotificationsView", { enumerable: true, get: function () { return _GroupChannelNotificationsView.default; } }); Object.defineProperty(exports, "createGroupChannelNotificationsModule", { enumerable: true, get: function () { return _createGroupChannelNotificationsModule.default; } }); var _GroupChannelNotificationsView = _interopRequireDefault(require("./component/GroupChannelNotificationsView")); var _GroupChannelNotificationsHeader = _interopRequireDefault(require("./component/GroupChannelNotificationsHeader")); var _createGroupChannelNotificationsModule = _interopRequireDefault(require("./module/createGroupChannelNotificationsModule")); var _moduleContext = require("./module/moduleContext"); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } //# sourceMappingURL=index.js.map