From 36388c582c0e16d91407331ed7356ba6762923b9 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Wed, 1 Jul 2020 11:03:40 +0200 Subject: [PATCH] fix default bottomOffset --- src/GiftedChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GiftedChat.tsx b/src/GiftedChat.tsx index 9fc302a07..d83bbe933 100644 --- a/src/GiftedChat.tsx +++ b/src/GiftedChat.tsx @@ -274,7 +274,7 @@ class GiftedChat extends React.Component< renderAccessory: null, isKeyboardInternallyHandled: true, onPressActionButton: null, - bottomOffset: 0, + bottomOffset: null, minInputToolbarHeight: 44, keyboardShouldPersistTaps: Platform.select({ ios: 'never',