Skip to content
This repository has been archived by the owner on Feb 25, 2020. It is now read-only.

Commit

Permalink
fix: set keyboardHidesTabBar to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Apr 10, 2019
1 parent 181f63e commit 8a36496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/BottomTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class TouchableWithoutFeedbackWrapper extends React.Component<*> {

class TabBarBottom extends React.Component<Props, State> {
static defaultProps = {
keyboardHidesTabBar: true,
keyboardHidesTabBar: false,
activeTintColor: '#007AFF',
activeBackgroundColor: 'transparent',
inactiveTintColor: '#8E8E93',
Expand Down

0 comments on commit 8a36496

Please sign in to comment.