From 79ea8252da2c2360d0cab7aa95747fade04e3acd Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Thu, 16 May 2024 18:29:07 +0200 Subject: [PATCH] fix: changes after review --- .../AppNavigator/createCustomBottomTabNavigator/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/index.tsx b/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/index.tsx index ac3460fef218..6a6f44df20bd 100644 --- a/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/index.tsx +++ b/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/index.tsx @@ -50,6 +50,7 @@ function CustomBottomTabNavigator({initialRouteName, children, screenOptions, .. testID={CustomBottomTabNavigator.displayName} shouldShowOfflineIndicator={false} shouldEnableKeyboardAvoidingView={false} + shouldEnablePickerAvoiding={false} >