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',