diff --git a/src/views/BottomTabBar.tsx b/src/views/BottomTabBar.tsx index f5450e33e..db34da131 100644 --- a/src/views/BottomTabBar.tsx +++ b/src/views/BottomTabBar.tsx @@ -446,6 +446,7 @@ class TabBarBottom extends React.Component { { ], // Absolutely position the tab bar so that the content is below it // This is needed to avoid gap at bottom when the tab bar is hidden - position: this.state.keyboard ? 'absolute' : null, + position: this.state.keyboard ? 'absolute' : undefined, } : null, - containerStyle, ]} pointerEvents={ keyboardHidesTabBar && this.state.keyboard ? 'none' : 'auto'