UNPKG

stream-chat-react-native-core

Version:

The official React Native and Expo components for Stream Chat, a service for building chat applications

9 lines 461 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_MAX_SYNC_EVENTS_LIMIT = exports.DB_STATUS_ERROR = exports.DB_NAME = exports.DB_LOCATION = void 0; var DB_NAME = exports.DB_NAME = 'stream-chat-react-native'; var DB_LOCATION = exports.DB_LOCATION = 'databases'; var DB_STATUS_ERROR = exports.DB_STATUS_ERROR = 1; var DEFAULT_MAX_SYNC_EVENTS_LIMIT = exports.DEFAULT_MAX_SYNC_EVENTS_LIMIT = 250; //# sourceMappingURL=constants.js.map