diff --git a/src/Constant.ts b/src/Constant.ts index 76fb71f75..6d60c95b8 100644 --- a/src/Constant.ts +++ b/src/Constant.ts @@ -4,6 +4,7 @@ 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...'