UNPKG

@qte/react-native-gifted-chat

Version:

Performant fork of react-native-gifted-chat with FlashList support

19 lines (16 loc) 446 B
import { Platform } from 'react-native' export const MIN_COMPOSER_HEIGHT = Platform.select({ ios: 33, android: 41, web: 34, windows: 34, }) export const MAX_COMPOSER_HEIGHT = 200 export const DEFAULT_PLACEHOLDER = 'Type a message...' export const DATE_FORMAT = 'D MMMM' export const TIME_FORMAT = 'LT' export const TEST_ID = { WRAPPER: 'GC_WRAPPER', LOADING_WRAPPER: 'GC_LOADING_CONTAINER', SEND_TOUCHABLE: 'GC_SEND_TOUCHABLE', }