Skip to content

Commit

Permalink
Merge pull request #42257 from margelo/fix/no-keyboard-avoiding-view-…
Browse files Browse the repository at this point in the history
…in-bottom-tab-navigator

fix: disable `KeyboardAvoidingView` in bottom-tab navigator
  • Loading branch information
mountiny authored May 28, 2024
2 parents c38eb8b + 79ea825 commit e5a1366
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function CustomBottomTabNavigator({initialRouteName, children, screenOptions, ..
<ScreenWrapper
testID={CustomBottomTabNavigator.displayName}
shouldShowOfflineIndicator={false}
shouldEnableKeyboardAvoidingView={false}
shouldEnablePickerAvoiding={false}
>
<View style={styles.flex1}>
<NavigationContent>
Expand Down

0 comments on commit e5a1366

Please sign in to comment.