diff --git a/types/react-navigation/index.d.ts b/types/react-navigation/index.d.ts index 0c56d71914..0fcc92a429 100644 --- a/types/react-navigation/index.d.ts +++ b/types/react-navigation/index.d.ts @@ -1002,6 +1002,7 @@ export interface BottomTabNavigatorConfig extends NavigationBottomTabRouterConfig, TabViewConfig { lazy?: boolean; + resetOnBlur?: boolean; removeClippedSubviews?: boolean; initialLayout?: { height: number; width: number }; }