UNPKG

@sendbird/uikit-react-native

Version:

Sendbird UIKit for React Native: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

8 lines (6 loc) 384 B
export const DEFAULT_LONG_PRESS_DELAY = 350; export const MESSAGE_SEARCH_SAFE_SCROLL_DELAY = 500; export const MESSAGE_FOCUS_ANIMATION_DELAY = 250; export const UNKNOWN_USER_ID = '##__USER_ID_IS_NOT_PROVIDED__##'; export const VOICE_MESSAGE_META_ARRAY_DURATION_KEY = 'KEY_VOICE_MESSAGE_DURATION'; export const VOICE_MESSAGE_META_ARRAY_MESSAGE_TYPE_KEY = 'KEY_INTERNAL_MESSAGE_TYPE';