UNPKG

react-native-gifted-chat-video-support

Version:

The most complete chat UI for React Native , now support send video thanks to react-native-video-player

11 lines (9 loc) 287 B
import { Platform } from 'react-native'; export const MIN_COMPOSER_HEIGHT = Platform.select({ ios: 33, android: 41, }); export const MAX_COMPOSER_HEIGHT = 200; export const DEFAULT_PLACEHOLDER = 'Type a message...'; export const DATE_FORMAT = 'll'; export const TIME_FORMAT = 'LT';