UNPKG

339 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';
11//# sourceMappingURL=Constant.js.map
\No newline at end of file