Skip to content

Commit

Permalink
fix: disable KeyboardAvoidingView in bottom-tab navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed May 16, 2024
1 parent 5900fea commit f059919
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function CustomBottomTabNavigator({initialRouteName, children, screenOptions, ..
<ScreenWrapper
testID={CustomBottomTabNavigator.displayName}
shouldShowOfflineIndicator={false}
shouldEnableKeyboardAvoidingView={false}
>
<View style={styles.flex1}>
<NavigationContent>
Expand Down

0 comments on commit f059919

Please sign in to comment.