stream-chat-react-native-core
Version:
The official React Native and Expo components for Stream Chat, a service for building chat applications
10 lines • 296 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNativeUrlPolyfill = require("react-native-url-polyfill");
var _default = () => {
(0, _reactNativeUrlPolyfill.setupURLPolyfill)();
};
exports.default = _default;
//# sourceMappingURL=init.js.map