stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
15 lines • 497 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _AccessibilityContext = require("./AccessibilityContext");
Object.keys(_AccessibilityContext).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _AccessibilityContext[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _AccessibilityContext[key];
}
});
});
//# sourceMappingURL=index.js.map