Skip to content

Commit

Permalink
Merge pull request #2486 from lukutism/patch-1
Browse files Browse the repository at this point in the history
fix react-native-windows crash
  • Loading branch information
kesha-antonov authored Aug 24, 2024
2 parents 3220278 + 97b9c25 commit 7d7abc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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...'
Expand Down

0 comments on commit 7d7abc3

Please # to comment.