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