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 (8 loc) 237 B
export const defaultAutoCompleteSuggestionsLimit = 10; export const defaultMentionAllAppUsersQuery = { filters: {}, options: {}, sort: {}, }; export const defaultPollOptionCount = 5; export const ONE_SECOND_IN_MILLISECONDS = 1000;