From 8a36496044ae90e544a34fb3fb695f8b1c308ff0 Mon Sep 17 00:00:00 2001 From: "satyajit.happy" Date: Wed, 10 Apr 2019 19:46:49 +0200 Subject: [PATCH] fix: set keyboardHidesTabBar to false by default --- src/views/BottomTabBar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/BottomTabBar.js b/src/views/BottomTabBar.js index 5c3cffa4e..f24b601fa 100644 --- a/src/views/BottomTabBar.js +++ b/src/views/BottomTabBar.js @@ -89,7 +89,7 @@ class TouchableWithoutFeedbackWrapper extends React.Component<*> { class TabBarBottom extends React.Component { static defaultProps = { - keyboardHidesTabBar: true, + keyboardHidesTabBar: false, activeTintColor: '#007AFF', activeBackgroundColor: 'transparent', inactiveTintColor: '#8E8E93',