diff --git a/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx b/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx index 11dff5435e4c..bcca0f0b9247 100644 --- a/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx +++ b/src/libs/Navigation/AppNavigator/createCustomBottomTabNavigator/BottomTabBar.tsx @@ -51,6 +51,7 @@ function BottomTabBar({selectedTab}: BottomTabBarProps) { return; } + // HybridApp has own entry point when we decide whether to display onboarding and explanation modal. if (NativeModules.HybridAppModule) { return; } @@ -62,8 +63,6 @@ function BottomTabBar({selectedTab}: BottomTabBarProps) { }, }); - // HybridApp has own entry point when we decide whether to display onboarding and explanation modal. - // eslint-disable-next-line react-compiler/react-compiler, react-hooks/exhaustive-deps }, [isLoadingApp]);