UNPKG

stream-chat-react-native-core

Version:

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

8 lines 340 B
Object.defineProperty(exports, "__esModule", { value: true }); 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; //# sourceMappingURL=constants.js.map