UNPKG

480 BJavaScriptView Raw
1import { Platform } from 'react-native';
2export const MIN_COMPOSER_HEIGHT = Platform.select({
3 ios: 33,
4 android: 41,
5 web: 34,
6});
7export const MAX_COMPOSER_HEIGHT = 200;
8export const DEFAULT_PLACEHOLDER = 'Type a message...';
9export const DATE_FORMAT = 'll';
10export const TIME_FORMAT = 'LT';
11export const TEST_ID = {
12 WRAPPER: 'GC_WRAPPER',
13 LOADING_WRAPPER: 'GC_LOADING_CONTAINER',
14 SEND_TOUCHABLE: 'GC_SEND_TOUCHABLE',
15};
16//# sourceMappingURL=Constant.js.map
\No newline at end of file